From 91e421cf8f15dc7e4f1a6cb8a198fd34a0602e2c Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 15 Feb 2020 18:53:49 -0500 Subject: [PATCH] (ci): upgrade to use Node v10 - Node 8 was EOL in December, I upgraded locally a while ago too - The default NPM version for Node v10 also supports `npm ci`, which should be a CI speed boost as well --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ba455b9..f8934a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js # default is the very old 0.10.48; match local version instead -node_js: '8.9' +node_js: '10.16.0' before_script: npm run lint script: npm test -- --coverage