CI: no cache-dependency-path
it's useless and can lead to confusion
This commit is contained in:
parent
7d0e2729b6
commit
85913b71ed
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -21,9 +21,6 @@ jobs:
|
||||
node-version: '20'
|
||||
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
@ -23,9 +23,6 @@ jobs:
|
||||
node-version: '20'
|
||||
check-latest: true
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
package-lock.json
|
||||
src/package-lock.json
|
||||
|
||||
- name: Bot 🤖 "Updating NPM Packages..."
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user