From c43254ea6bf8d83a9a664b9779eace6519acb9c9 Mon Sep 17 00:00:00 2001 From: Tom Bereknyei Date: Wed, 15 Nov 2023 11:18:35 -0500 Subject: [PATCH] ci: update node version used by actions/cache --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8af0557..0659383 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,8 @@ jobs: - name: "Cache Dependencies" id: cache uses: actions/cache@v3 + env: + GITHUB_ACTIONS_RUNNER_FORCED_NODE_VERSION: node20 with: key: npm-${{ matrix.os }}-${{ hashFiles('package-lock.json') }} path: ./node_modules