Skip to content

Commit 3110f94

Browse files
committed
(ci): use Node 10 Active LTS
- Node 8 Maintenance LTS is EOL in Jan 2020
1 parent f66b21c commit 3110f94

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,6 +1,6 @@
11
language: node_js
22
# default is the very old 0.10.48; match local version instead
3-
node_js: '8.9'
3+
node_js: '10.16.0'
44

55
script: npm test -- --coverage
66
after_script:

0 commit comments

Comments
 (0)