Skip to content

Commit d753211

Browse files
committed
Use Node 20 in release-job only.
- ovsx 0.10.0 requires Node >= 20 Signed-off-by: Roland Grunberg <[email protected]>
1 parent e83ec1d commit d753211

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
@@ -188,7 +188,7 @@ jobs:
188188
- name: Set Up NodeJS
189189
uses: actions/setup-node@v4
190190
with:
191-
node-version: '18'
191+
node-version: '20'
192192
- name: Install dependencies
193193
run: npm install -g typescript "@vscode/vsce" "ovsx"
194194
- name: Download VSIX & LemMinX Server Uber Jar

0 commit comments

Comments
 (0)