chore: switch to proper cache file now we have it, i.e. package-lock.json

as per https://github.com/actions/setup-node#caching-global-packages-data
This commit is contained in:
rugk 2022-07-09 17:00:45 +02:00
parent 08946d1cab
commit 9a476ac34d
1 changed files with 1 additions and 1 deletions

View File

@ -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