From bf5dd5d63d46a23effaef01342cc589ff53e4ec5 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 7 May 2021 09:21:48 +0200 Subject: [PATCH 1/2] update Node.js versions used in AppVeyor and Travis CI Node.js versions below 10.x are not maintained anymore, so it is probably best to use some newer, still maintained versions. For release cyles of Node.js see the official site: . --- .travis.yml | 8 ++++---- appveyor.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cdf587..14ef1af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,10 @@ sudo: false language: node_js node_js: - - "4" - - "6" - - "8" - - "9" + - "10" + - "12" + - "14" + - "15" matrix: fast_finish: true diff --git a/appveyor.yml b/appveyor.yml index be50138..2a379e6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -5,15 +5,15 @@ version: "{build}" # What combinations to test environment: matrix: - - nodejs_version: "4" + - nodejs_version: "10" platform: x64 - - nodejs_version: "4" + - nodejs_version: "10" platform: x86 - - nodejs_version: "6" + - nodejs_version: "12" platform: x86 - - nodejs_version: "8" + - nodejs_version: "14" platform: x86 - - nodejs_version: "9" + - nodejs_version: "15" platform: x86 install: From a42d3ebdbf7ae119e502b861c7a65f51a4571232 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Fri, 7 May 2021 15:55:30 +0200 Subject: [PATCH 2/2] follow-up: use Node.js 16 instead of Node.js 15 --- .travis.yml | 2 +- appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 14ef1af..6033450 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ node_js: - "10" - "12" - "14" - - "15" + - "16" matrix: fast_finish: true diff --git a/appveyor.yml b/appveyor.yml index 2a379e6..6c4f992 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ environment: platform: x86 - nodejs_version: "14" platform: x86 - - nodejs_version: "15" + - nodejs_version: "16" platform: x86 install: