Use package-json instead of package-lock.json

for cache
pull/841/head
rugk 2021-10-02 00:56:44 +02:00 committed by GitHub
parent b80732f8e2
commit 5f4fe52eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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