forked from mirrors/amnezia-wg-easy
CI: cache npm
This commit is contained in:
parent
e967522f88
commit
b8a77bf2d8
2 changed files with 2 additions and 0 deletions
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: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue