Skip to content

Commit

Permalink
chore(ci): cache based on the lockfile, now we use it
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Aug 19, 2024
1 parent 4cdd00b commit 079f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/cache@v4
with:
path: node_modules
key: ${{matrix.node-version}}@${{matrix.platform}}-build-${{hashFiles('package.json')}}
key: ${{matrix.node-version}}@${{matrix.platform}}-build-${{hashFiles('package-lock.json')}}
restore-keys: |
${{matrix.node-version}}@${{matrix.platform}}-build-
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 079f7d8

Please sign in to comment.