mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: bake appveyor node 20.17
This commit is contained in:
@@ -68,7 +68,7 @@ build_script:
|
||||
- ps: $env:PATH="$pwd\depot_tools;$env:PATH"
|
||||
- update_depot_tools.bat
|
||||
# Uncomment the following line if windows deps change
|
||||
# - src\electron\script\setup-win-for-dev.bat
|
||||
- src\electron\script\setup-win-for-dev.bat
|
||||
- >-
|
||||
gclient config
|
||||
--name "src\electron"
|
||||
|
||||
@@ -56,7 +56,7 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user