Skip to content

Commit

Permalink
fix npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbar42 committed Aug 17, 2021
1 parent 5040719 commit d1f25ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm-${{ matrix.node }}
cache: 'npm'
- run: npm ci
- run: npm run test

0 comments on commit d1f25ee

Please sign in to comment.