Skip to content

Commit 2c378a2

Browse files
committed
Add cache-dependency-path for Node.js setup in release workflow
1 parent 1c56478 commit 2c378a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ jobs:
4444
with:
4545
node-version: '20.x'
4646
cache: 'npm'
47-
47+
cache-dependency-path: vscode-extension/package-lock.json
48+
4849
- name: Determine trigger type
4950
id: trigger_type
5051
run: |

0 commit comments

Comments
 (0)