Browse Source

build: bump Appveyor image to Node 18.20.3

Keeley Hammond 9 months ago
parent
commit
3762358222
2 changed files with 2 additions and 2 deletions
  1. 1 1
      appveyor-bake.yml
  2. 1 1
      script/setup-win-for-dev.bat

+ 1 - 1
appveyor-bake.yml

@@ -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"

+ 1 - 1
script/setup-win-for-dev.bat

@@ -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=18.12.1
+choco install -y --force nodejs --version=18.20.3
 choco install -y python2 git yarn
 choco install python --version 3.7.9
 call C:\ProgramData\chocolatey\bin\RefreshEnv.cmd