Commit 3a4fd10
committed
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 <gavin.didrichsen@gmail.com>1 parent c3ddc5a commit 3a4fd10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments