Use package-json instead of package-lock.json

for cache
This commit is contained in:
rugk
2021-10-02 00:56:44 +02:00
committed by GitHub
parent b80732f8e2
commit 5f4fe52eab

View File

@@ -97,7 +97,7 @@ jobs:
with:
node-version: '12'
cache: 'npm'
cache-dependency-path: 'js/package-lock.json'
cache-dependency-path: 'js/package.json'
- name: Setup Mocha
run: npm install -g mocha