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:
Enno Gelhaus 2025-12-06 23:15:17 +01:00 committed by GitHub
parent f7aa06475c
commit ce3cd7ba0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
node-version: '20'
cache: 'npm'
cache-dependency-path: |
**/package-lock.json
**/pnpm-lock.json
- name: Install ESLint
run: |