From 33f9604fd63875b63192bd937468a9a306746d1d Mon Sep 17 00:00:00 2001 From: Benedikt Schwab Date: Sat, 5 Oct 2024 20:20:05 +0200 Subject: [PATCH] updated to node v20 --- .github/workflows/build-website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index c0bc6c2..11720e1 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -17,13 +17,13 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: '18.x' + node-version: '20.x' - name: Install dependencies run: node --version - name: Install pnpm uses: pnpm/action-setup@v4 with: - version: 9.7.0 + version: 9.12.0 - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build site