Move Travis and AppVeyor to Node 16 🤞

This commit is contained in:
Ben Gotow 2022-02-27 22:19:28 -06:00
parent 05db8ae6df
commit 5ff67fdda0
2 changed files with 2 additions and 2 deletions

View file

@ -55,7 +55,7 @@ test: off
environment: environment:
matrix: matrix:
- NODE_VERSION: '12' - NODE_VERSION: '16'
global: global:
SIGN_BUILD: true SIGN_BUILD: true
WINDOWS_CODESIGN_CERT: .\app\build\resources\certs\win\win-codesigning.p12 WINDOWS_CODESIGN_CERT: .\app\build\resources\certs\win\win-codesigning.p12

View file

@ -6,7 +6,7 @@ git:
language: node_js language: node_js
node_js: node_js:
- '11' - '16'
addons: addons:
artifacts: artifacts: