diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 13:46:27 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-10-27 13:46:27 +0200 |
| commit | 34404273ef37f7e97506cce969398702aa998cd2 (patch) | |
| tree | 4d8a43a770b2fcb3a9536df59f929ac8452800b5 /.github/workflows/build.yml | |
| parent | db4a1b8d3079d07b7db649c6047e0780aa510ecd (diff) | |
build(site): Update to Node 18
This change updates the build process for the OpenDC website to use Node 18
for building the website.
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bb0f2ca5..0747ad33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: 'npm' cache-dependency-path: site/package-lock.json - name: Setup Pages |
