Skip to content

Commit 4b99e5c

Browse files
committed
Update cache-dependency-path in GitHub Actions workflow to use pnpm-lock.yaml for improved dependency management
1 parent 73883d0 commit 4b99e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: 20.x
2929
cache: 'npm'
30-
cache-dependency-path: 'vscode-rescriptdep/package-lock.json'
30+
cache-dependency-path: 'vscode-rescriptdep/pnpm-lock.yaml'
3131

3232
- name: Setup PNPM
3333
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)