CI: cache npm
This commit is contained in:
parent
e967522f88
commit
b8a77bf2d8
|
@ -17,6 +17,7 @@ jobs:
|
|||
with:
|
||||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
|
||||
- name: npm run lint
|
||||
run: |
|
||||
|
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
with:
|
||||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue