Change cache dependency path to pnpm-lock.json
Updated cache dependency path to use pnpm-lock.json instead of package-lock.json.
This commit is contained in:
parent
f7aa06475c
commit
ce3cd7ba0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
**/package-lock.json
|
||||
**/pnpm-lock.json
|
||||
|
||||
- name: Install ESLint
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue