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:
Keeley Hammond 2024-10-02 20:12:41 +02:00 committed by GitHub
parent 59a43ef2e3
commit 93dd9fc17b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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) {