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
- this also updates NPM to v6.9.0 (from v5.6.0)
- could add some CI perf, esp w/ new usage of `npm ci`
  - but we run in under a minute anyway, so hard to beat that!
  • Loading branch information
agilgur5 committed Nov 24, 2019
1 parent 2cd7696 commit ae5d1ed
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,3 +1,3 @@
language: node_js
# default is apparently 0.10.48 for some reason O.O
node_js: '8.9'
node_js: '10.16.0'

0 comments on commit ae5d1ed

Please sign in to comment.