From 0c7c8eb0a1366190b0a229163537271cbea68a27 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 16 Jun 2020 15:03:43 +0100 Subject: [PATCH] chore: support current and active LTS node Version numbers taken from https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29293c03cf..1b04769edf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,8 @@ stages: - test-external node_js: - - '10' - - '12' + - 'lts/*' + - 'node' os: - linux