Skip to content

Commit 973f3d1

Browse files
rgrunberdatho7561
authored andcommitted
Use Node 20 in release-job only.
- ovsx 0.10.0 requires Node >= 20 Signed-off-by: Roland Grunberg <[email protected]>
1 parent a184172 commit 973f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Set Up NodeJS
169169
uses: actions/setup-node@v4
170170
with:
171-
node-version: '18'
171+
node-version: '20'
172172
- name: Install dependencies
173173
run: |
174174
npm install -g typescript "@vscode/vsce" "ovsx"

0 commit comments

Comments
 (0)