From 9b1b1d818dd076fb94efc5302c4c7d3c6825894e Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Thu, 23 Apr 2020 14:05:28 +0100 Subject: [PATCH] ci(travis): drop Node 8 and add Node 14 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4671c238..c891e6be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ cache: npm: true node_js: - - "8" - "10" - "12" - "13" + - "14" script: - if [[ $TRAVIS_OS_NAME == "linux" ]]; then