Skip to content

Commit bf6bbcc

Browse files
authored
Enable npm caching in publish workflow
Add caching for npm to optimize dependency installation
1 parent 114ab15 commit bf6bbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ name: Publish VS Code Extension
33
on:
44
release:
55
types: [published]
6-
76
workflow_dispatch:
87

98
permissions:
@@ -24,6 +23,7 @@ jobs:
2423
uses: actions/setup-node@v4
2524
with:
2625
node-version: 20
26+
cache: npm
2727

2828
- name: Install dependencies
2929
run: npm ci

0 commit comments

Comments
 (0)