From 9bf3fa7a544aa47b1ffe585cc3bd3bb5283cc2f0 Mon Sep 17 00:00:00 2001 From: Luc van Kampen Date: Mon, 2 Sep 2024 13:17:18 +0200 Subject: [PATCH] Update release CI (#3) --- .github/actions/install/action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/install/action.yaml b/.github/actions/install/action.yaml index 582dc98..40d2343 100644 --- a/.github/actions/install/action.yaml +++ b/.github/actions/install/action.yaml @@ -10,12 +10,12 @@ runs: run_install: false standalone: true package_json_file: web/package.json - version: 8 + version: 9 - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 21 + node-version: 20 cache: pnpm cache-dependency-path: 'web'