CI: no cache-dependency-path

it's useless and can lead to confusion
This commit is contained in:
Philip H 2024-06-16 16:25:51 +02:00
parent 7d0e2729b6
commit 85913b71ed
No known key found for this signature in database
GPG Key ID: DA39C2199C603FA5
2 changed files with 0 additions and 6 deletions

View File

@ -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: |

View File

@ -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: |