From 5ff67fdda08be4d260f6dd7ff2714379e8cffbfe Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Sun, 27 Feb 2022 22:19:28 -0600 Subject: [PATCH] =?UTF-8?q?Move=20Travis=20and=20AppVeyor=20to=20Node=2016?= =?UTF-8?q?=20=F0=9F=A4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .appveyor.yml | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index f2577f029..0db8499c8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 81436322b..bfe4f601c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ git: language: node_js node_js: - - '11' + - '16' addons: artifacts: