Skip to content

Commit 2cdb282

Browse files
committed
Update GH Actions jobs from Node 18 to 20.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent dbdb3b0 commit 2cdb282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
java-version: '24'
2222
distribution: 'temurin'
23-
- run: npm install -g typescript "vsce"
23+
- run: npm install -g typescript "@vscode/vsce"
2424
- run: wget http://download.eclipse.org/jdtls/snapshots/jdt-language-server-latest.tar.gz
2525
- run: mkdir server && tar -xvzf jdt-language-server-latest.tar.gz -C ./server && rm jdt-language-server-latest.tar.gz
2626
- run: npm install

0 commit comments

Comments
 (0)