Skip to content

Commit

Permalink
(ci): use Node 10 Active LTS
Browse files Browse the repository at this point in the history
- Node 8 Maintenance LTS is EOL in Jan 2020
  • Loading branch information
agilgur5 committed Nov 19, 2019
1 parent f66b21c commit 3110f94
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'

script: npm test -- --coverage
after_script:
Expand Down

0 comments on commit 3110f94

Please sign in to comment.