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
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
node-version: '20'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: |
|
||||
**/package-lock.json
|
||||
**/pnpm-lock.json
|
||||
|
||||
- name: Install ESLint
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue