Skip to content

Commit 3a4fd10

Browse files
fix(ci): update Node.js version from 18 to 20 for vsce compatibility
Resolves undici dependency compatibility issue where vsce packaging fails with "File is not defined" errors. The vsce tool's cheerio dependency pulls in undici v7.13.0+ which requires Node.js 20.18.1+ but workflow was using Node.js 18.20.8. Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent c3ddc5a commit 3a4fd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
node-version: [18]
13+
node-version: [20]
1414
os: [ubuntu-latest, windows-latest, macos-latest]
1515

1616
steps:

0 commit comments

Comments
 (0)