CI: cache package-lock.json
This commit is contained in:
parent
2ced701309
commit
218ad867cf
|
@ -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: |
|
||||
|
|
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue