You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments