CI: cache npm
This commit is contained in:
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -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: |
|
||||||
|
|||||||
1
.github/workflows/npm-update-bot.yml
vendored
1
.github/workflows/npm-update-bot.yml
vendored
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user