From 31f74a5296d74339b76909a05ee38d8bb38560bf Mon Sep 17 00:00:00 2001 From: MDLeom <43627182+curbengh@users.noreply.github.com> Date: Fri, 24 Apr 2020 11:18:15 +0930 Subject: [PATCH] ci(travis): drop Node 8 and add Node 14 (#193) --- .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