Merge pull request #2308 from AndrewADev/set-node-lts-in-ci

Update Travis to use latest Node LTS
This commit is contained in:
Ian Gilman 2023-03-07 14:27:02 -08:00 committed by GitHub
commit 25b4d7a3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
# Specify dist until Travis CI default Runner OS updates to one
# with glibc version required by newer Node versions
# See: https://github.com/nodejs/node/issues/42351#issuecomment-1068424442
dist: jammy
language: node_js
sudo: false
node_js:
- "16.14.2"
- lts/*
before_install:
- npm install -g grunt-cli