build: bake node v18.12.1 Appveyor image (#37250)
* chore: bake a new AppVeyor image * build: use image e-111.0.5560.0-4 * build: remove nodejs-lts * build: use new baked image
This commit is contained in:
parent
71944f2c3b
commit
8c986ff194
4 changed files with 6 additions and 5 deletions
|
@ -14,8 +14,8 @@ const ROLLER_BRANCH_PATTERN = /^roller\/chromium$/;
|
|||
|
||||
const DEFAULT_BUILD_CLOUD_ID = '1598';
|
||||
const DEFAULT_BUILD_CLOUD = 'electronhq-16-core';
|
||||
const DEFAULT_BAKE_BASE_IMAGE = 'e-111.0.5560.0-2';
|
||||
const DEFAULT_BUILD_IMAGE = 'e-111.0.5560.0-2';
|
||||
const DEFAULT_BAKE_BASE_IMAGE = 'e-111.0.5560.0-node18';
|
||||
const DEFAULT_BUILD_IMAGE = 'e-111.0.5560.0-node18';
|
||||
|
||||
const appveyorBakeJob = 'electron-bake-image';
|
||||
const appVeyorJobs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue