Skip to content

Commit 19bafef

Browse files
authored
build: fix vscode-extension.yml
1 parent 4912500 commit 19bafef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/vscode-extension.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
needs: build
5555
if: success() && startsWith(github.ref, 'refs/tags/')
5656
steps:
57+
- uses: actions/checkout@v4
58+
- uses: actions/setup-node@v4
59+
with:
60+
node-version: 20.x
5761
- run: vscode-extension/build/init.sh
5862
- uses: actions/download-artifact@v4
5963
with:

0 commit comments

Comments
 (0)