Skip to content

Commit f38c153

Browse files
Update action version and set node to v20
1 parent f77b97d commit f38c153

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish-extension.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "cd"
1+
name: "Publish to VS Code Marketplace"
22

33
on:
44
push:
@@ -11,13 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Checkout to branch
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Setup node.js
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v4
1818
with:
19-
node-version: ${{ secrets.NODE_VERSION }}
20-
19+
node-version: 20
2120
- name: Install packages
2221
run: npm ci
2322

0 commit comments

Comments
 (0)