Skip to content

Commit 53b9756

Browse files
authored
Merge pull request #8 from ubodigat/ubodigat-patch-4
Enable npm caching in publish workflow
2 parents 114ab15 + bf6bbcc commit 53b9756

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)