Skip to content

Commit 7f67e5b

Browse files
Update vscode-ci workflow to use Node.js 20
- Changes vscode-ci.yml matrix from node-version [18] to [20] - Resolves undici v7.13.0 compatibility issue in PR workflows - Aligns PR workflow with nightly workflow Node.js version - Fixes vsce packaging failure: 'File is not defined' error
1 parent 3a4fd10 commit 7f67e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
node-version: [18]
20+
node-version: [20]
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222

2323
steps:

0 commit comments

Comments
 (0)