From 72f9cec152eddc6637a5ee6dff35ff7604a3abd1 Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Wed, 1 Jan 2025 13:20:38 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20=E2=80=9CUpdate=20appveyor=20to=20use?= =?UTF-8?q?=20Node=2020=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 1fb9664fa..d01b4b94f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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