From 3b4764b6f221be4b6d19541710eb2bec37f5e961 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Tue, 14 Feb 2023 07:44:39 -0800 Subject: [PATCH] build: re-bake node v18.12.1 image for asset upload (#37254) * debug: peek node version * build: force uninstall/reinstall 18.12.1 * build: update image, re-comment out deps * build: remove nodejs-lts uninstall, node debug line --- appveyor.yml | 2 +- script/setup-win-for-dev.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index aea2e340d2ff7..57a550769cf49 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,7 +29,7 @@ version: 1.0.{build} build_cloud: electronhq-16-core -image: e-110.0.5451.0 +image: e-111.0.5560.0-node18 environment: GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache ELECTRON_OUT_DIR: Default diff --git a/script/setup-win-for-dev.bat b/script/setup-win-for-dev.bat index c1a050f0dc171..d311c0fc6226b 100644 --- a/script/setup-win-for-dev.bat +++ b/script/setup-win-for-dev.bat @@ -56,7 +56,7 @@ REM Install Windows SDK choco install windows-sdk-10-version-2104-all REM Install nodejs python git and yarn needed dependencies -choco install -y --force nodejs@v18.12.1 +choco install -y --force nodejs --version=18.12.1 choco install -y python2 git yarn choco install python --version 3.7.9 call C:\ProgramData\chocolatey\bin\RefreshEnv.cmd