build: use node 20.17 on Windows (#44065)
* build: rebake image * build: use e-131.0.6734.0-node-20.17-0 * build: bump msvs version to 2022
This commit is contained in:
parent
59a43ef2e3
commit
93dd9fc17b
5 changed files with 5 additions and 5 deletions
|
@ -189,7 +189,7 @@ async function installSpecModules (dir) {
|
|||
const env = {
|
||||
...process.env,
|
||||
CXXFLAGS: process.env.CXXFLAGS,
|
||||
npm_config_msvs_version: '2019',
|
||||
npm_config_msvs_version: '2022',
|
||||
npm_config_yes: 'true'
|
||||
};
|
||||
if (args.electronVersion) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue