From 7d2ceac61a15c665a34821b2c4db1846354da6a3 Mon Sep 17 00:00:00 2001 From: Andrew Armbruster Date: Tue, 28 Feb 2023 20:21:10 +0100 Subject: [PATCH] Travis uses latest Node LTS Update CI config to use the most recent LTS. For some other possible values, see: https://docs.travis-ci.com/user/languages/javascript-with-nodejs/#specifying-nodejs-versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b3cc86c6..aef517ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js sudo: false node_js: - - "16.14.2" + - lts/* before_install: - npm install -g grunt-cli