mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-31 04:19:15 +08:00
Move Travis and AppVeyor to Node 16 🤞
This commit is contained in:
parent
05db8ae6df
commit
5ff67fdda0
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ test: off
|
|||
|
||||
environment:
|
||||
matrix:
|
||||
- NODE_VERSION: '12'
|
||||
- NODE_VERSION: '16'
|
||||
global:
|
||||
SIGN_BUILD: true
|
||||
WINDOWS_CODESIGN_CERT: .\app\build\resources\certs\win\win-codesigning.p12
|
||||
|
|
|
@ -6,7 +6,7 @@ git:
|
|||
language: node_js
|
||||
|
||||
node_js:
|
||||
- '11'
|
||||
- '16'
|
||||
|
||||
addons:
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue