forked from mirrors/amnezia-wg-easy
CI: cache package-lock.json
This commit is contained in:
parent
2ced701309
commit
218ad867cf
2 changed files with 6 additions and 0 deletions
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
|||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
package-lock.json
|
||||
src/package-lock.json
|
||||
|
||||
- name: npm run lint
|
||||
run: |
|
||||
|
|
3
.github/workflows/npm-update-bot.yml
vendored
3
.github/workflows/npm-update-bot.yml
vendored
|
@ -19,6 +19,9 @@ jobs:
|
|||
node-version: 'current'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
package-lock.json
|
||||
src/package-lock.json
|
||||
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue