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