From a2425fc0e685345ad2a7f409846651768511958e Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Tue, 13 Oct 2020 13:02:26 -0500 Subject: [PATCH] Update node version in travis to LTS, stable. Close #281 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 79f7888..10cfd7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ cache: directories: - node_modules node_js: - - "8" - - "10" + - node + - lts/*