Skip to content

Commit

Permalink
chore(ci): update cache key in GitHub Actions workflow to use pnpm-lo…
Browse files Browse the repository at this point in the history
…ck.json
  • Loading branch information
MoinJulian committed Nov 21, 2024
1 parent 50020b0 commit 3c7a21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/pnpm-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
Expand Down

0 comments on commit 3c7a21c

Please sign in to comment.