mirror of
https://github.com/electron/electron.git
synced 2026-01-09 15:38:08 -05:00
build: update appveyor to node 20.17 (#44026)
* build: update appveyor to node 20.17 * build: bake new images with npm dir * build: use e-131.0.6734.0-node-20.17-1
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
version: 1.0.{build}
|
||||
build_cloud: electronhq-16-core
|
||||
image: e-131.0.6734.0
|
||||
image: e-131.0.6734.0-node-20.17-1
|
||||
environment:
|
||||
GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache
|
||||
ELECTRON_OUT_DIR: Default
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
version: 1.0.{build}
|
||||
build_cloud: electronhq-16-core
|
||||
image: e-131.0.6734.0
|
||||
image: e-131.0.6734.0-node-20.17-1
|
||||
environment:
|
||||
GIT_CACHE_PATH: C:\Users\appveyor\libcc_cache
|
||||
ELECTRON_OUT_DIR: Default
|
||||
|
||||
@@ -56,11 +56,15 @@ REM Install Windows SDK
|
||||
choco install windows-sdk-11-version-22h2-all
|
||||
|
||||
REM Install nodejs python git and yarn needed dependencies
|
||||
choco install -y --force nodejs --version=20.9.0
|
||||
choco install -y --force nodejs --version=20.17.0
|
||||
choco install -y python2 git yarn
|
||||
choco install python --version 3.7.9
|
||||
call C:\ProgramData\chocolatey\bin\RefreshEnv.cmd
|
||||
SET PATH=C:\Python27\;C:\Python27\Scripts;C:\Python39\;C:\Python39\Scripts;%PATH%
|
||||
if exist "C:\Users\appveyor\AppData\Roaming\npm" (
|
||||
rm -rf "C:\Users\appveyor\AppData\Roaming\npm"
|
||||
mkdir "C:\Users\appveyor\AppData\Roaming\npm"
|
||||
)
|
||||
if not exist "C:\Users\appveyor\AppData\Roaming\npm" (
|
||||
mkdir "C:\Users\appveyor\AppData\Roaming\npm"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user