summaryrefslogtreecommitdiff
path: root/.github/workflows/pages.yml
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 /.github/workflows/pages.yml
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.
Diffstat (limited to '.github/workflows/pages.yml')
-rw-r--r--.github/workflows/pages.yml2
1 files changed, 1 insertions, 1 deletions
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