Skip to content

Commit

Permalink
chore: switch to proper cache file now we have it, i.e. package-lock.…
Browse files Browse the repository at this point in the history
  • Loading branch information
rugk committed Jul 9, 2022
1 parent 08946d1 commit 9a476ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
with:
node-version: '12'
cache: 'npm'
cache-dependency-path: 'js/package.json'
cache-dependency-path: 'js/package-lock.json'

- name: Setup Mocha
run: npm install -g mocha
Expand Down

0 comments on commit 9a476ac

Please sign in to comment.