From 8144c8b3c46d0939d8a4f0ce4f7d3bddb0560edf Mon Sep 17 00:00:00 2001 From: Gpx Date: Mon, 17 Feb 2020 15:54:12 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20run=20node=2013=20in=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'