CI: cache package-lock.json

This commit is contained in:
Philip H. 2023-12-09 14:00:04 +00:00 committed by GitHub
parent 2ced701309
commit 218ad867cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,9 @@ jobs:
node-version: 'current'
check-latest: true
cache: 'npm'
cache-dependency-path: |
package-lock.json
src/package-lock.json
- name: npm run lint
run: |

View File

@ -19,6 +19,9 @@ jobs:
node-version: 'current'
check-latest: true
cache: 'npm'
cache-dependency-path: |
package-lock.json
src/package-lock.json
- name: Bot 🤖 "Updating NPM Packages..."
run: |