Skip to content

Commit d16f0de

Browse files
committed
(ci): use Node 10 Active LTS
- 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!
1 parent 7b01de3 commit d16f0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language: node_js
22
# default is apparently 0.10.48 for some reason O.O
3-
node_js: '8.9'
3+
node_js: '10.16.0'

0 commit comments

Comments
 (0)