CI: no cache-dependency-path
it's useless and can lead to confusion
This commit is contained in:
parent
7d0e2729b6
commit
85913b71ed
|
@ -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: |
|
||||
|
|
|
@ -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…
Reference in New Issue