From 8144c8b3c46d0939d8a4f0ce4f7d3bddb0560edf Mon Sep 17 00:00:00 2001 From: Gpx Date: Mon, 17 Feb 2020 15:54:12 +0100 Subject: [PATCH 1/2] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20run=20node=2013=20in?= =?UTF-8?q?=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .nvmrc | 2 +- .travis.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 8a8133cb..4e8c43e7 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v12.9.1 +v13.8.0 diff --git a/.travis.yml b/.travis.yml index 2c3020c0..3aad770a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ cache: notifications: email: false node_js: + - '13' - '12' - '10' - '8' From 9e957e017ed3885bb054ad57b16d4e9384eb63af Mon Sep 17 00:00:00 2001 From: Gpx Date: Mon, 17 Feb 2020 15:56:07 +0100 Subject: [PATCH 2/2] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20drop=20support=20for?= =?UTF-8?q?=20node=208?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: 🧨 Drop support for node 8 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3aad770a..2ad7f05f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ node_js: - '13' - '12' - '10' - - '8' before_script: - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter - chmod +x ./cc-test-reporter