From 03fe64adacfaf7de5fe97b261639e57abd56ae72 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 12 Jun 2020 12:43:46 +0300 Subject: [PATCH] chore(ci): node 10/12/14 remove legacy node 8/9 support --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03514ef..47a173d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: node_js sudo: false node_js: - - "8" - - "9" + - "10" + - "12" + - "14" env: - TZ=utc - TZ=Etc/GMT-14