File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 66
77version : 1.0.{build}
88build_cloud : electronhq-16-core
9- image : e-111.0.5560.0-2
9+ image : e-111.0.5560.0-node18
1010environment :
1111 GIT_CACHE_PATH : C:\Users\appveyor\libcc_cache
1212 ELECTRON_OUT_DIR : Default
Original file line number Diff line number Diff line change 2929
3030version : 1.0.{build}
3131build_cloud : electronhq-16-core
32- image : e-111.0.5560.0-2
32+ image : e-111.0.5560.0-node18
3333environment :
3434 GIT_CACHE_PATH : C:\Users\appveyor\libcc_cache
3535 ELECTRON_OUT_DIR : Default
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ const ROLLER_BRANCH_PATTERN = /^roller\/chromium$/;
1414
1515const DEFAULT_BUILD_CLOUD_ID = '1598' ;
1616const DEFAULT_BUILD_CLOUD = 'electronhq-16-core' ;
17- const DEFAULT_BAKE_BASE_IMAGE = 'e-111.0.5560.0-2 ' ;
18- const DEFAULT_BUILD_IMAGE = 'e-111.0.5560.0-2 ' ;
17+ const DEFAULT_BAKE_BASE_IMAGE = 'e-111.0.5560.0-node18 ' ;
18+ const DEFAULT_BUILD_IMAGE = 'e-111.0.5560.0-node18 ' ;
1919
2020const appveyorBakeJob = 'electron-bake-image' ;
2121const appVeyorJobs = {
Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ REM Install Windows SDK
5656choco install windows-sdk-10-version-2104-all
5757
5858REM Install nodejs python git and yarn needed dependencies
59- choco install -y nodejs-lts python2 git yarn
59+ choco install -y --force nodejs@ v18.12.1
60+ choco install -y python2 git yarn
6061choco install python --version 3.7.9
6162call C:\ProgramData\chocolatey\bin\RefreshEnv.cmd
6263SET PATH = C:\Python27\;C:\Python27\Scripts;C:\Python39\;C:\Python39\Scripts;%PATH%
You can’t perform that action at this time.
0 commit comments