Skip to content

Commit

Permalink
feat: use circlefin/github-actions-cache@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shanesavoie authored Apr 2, 2024
1 parent fe70fcf commit b929d42
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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2

- uses: actions/cache@v2
- uses: circlefin/github-actions-cache@v1
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand Down

0 comments on commit b929d42

Please sign in to comment.