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
This commit is contained in:
Andrew Armbruster 2023-02-28 20:21:10 +01:00
parent 59083b7669
commit 7d2ceac61a

View File

@ -1,6 +1,6 @@
language: node_js
sudo: false
node_js:
- "16.14.2"
- lts/*
before_install:
- npm install -g grunt-cli