summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 13:46:27 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-10-27 13:46:27 +0200
commit34404273ef37f7e97506cce969398702aa998cd2 (patch)
tree4d8a43a770b2fcb3a9536df59f929ac8452800b5
parentdb4a1b8d3079d07b7db649c6047e0780aa510ecd (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.
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--.github/workflows/pages.yml2
2 files changed, 2 insertions, 2 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
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 7f198c62..cfc91f8e 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -21,7 +21,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