Skip to content

Commit

Permalink
ci: update node version used by actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tomberek committed Nov 15, 2023
1 parent b2d04c8 commit c43254e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c43254e

Please sign in to comment.