mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-04 19:54:32 +08:00
Revert “Update appveyor to use Node 20”
This commit is contained in:
parent
bf71d90f43
commit
72f9cec152
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue