Skip to content

Commit

Permalink
ci: fix cache deprecation warnings (#2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordyvanderhaegen authored Dec 13, 2024
1 parent b7c7e27 commit 8b81d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20.15

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
with:
key: ${{ runner.OS }}-npm-cache-${{ hashFiles('package-lock.json') }}
path: |
Expand Down

0 comments on commit 8b81d81

Please sign in to comment.