Skip to content

Commit

Permalink
(ci): upgrade to use Node v10
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
agilgur5 committed Feb 10, 2022
1 parent ac8c952 commit 91e421c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 91e421c

Please sign in to comment.