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:
|
||||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
|
||||
- name: npm run lint
|
||||
run: |
|
||||
|
||||
1
.github/workflows/npm-update-bot.yml
vendored
1
.github/workflows/npm-update-bot.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
||||
with:
|
||||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user