Revert “Update appveyor to use Node 20”

This commit is contained in:
Ben Gotow 2025-01-01 13:20:38 -06:00
parent bf71d90f43
commit 72f9cec152

View file

@ -8,14 +8,14 @@ branches:
skip_non_tags: true
image: Visual Studio 2022
image: Visual Studio 2019
init:
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)
install:
- ps: Install-Product node $env:NODE_VERSION
# - ps: npm config set msvs_version 2019
- ps: npm config set msvs_version 2019
- ps: node --version
- ps: npm --version
@ -51,7 +51,7 @@ test: off
environment:
matrix:
- NODE_VERSION: '22'
- NODE_VERSION: '16'
global:
SIGN_BUILD: true
WINDOWS_CODESIGN_CERT: .\app\build\resources\certs\win\win-codesigning.p12