From 34404273ef37f7e97506cce969398702aa998cd2 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 27 Oct 2022 13:46:27 +0200 Subject: build(site): Update to Node 18 This change updates the build process for the OpenDC website to use Node 18 for building the website. --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/pages.yml') 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 -- cgit v1.2.3