Skip to content

Commit 8281b53

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) - and fixes whatever bug I was getting in https://travis-ci.org/agilgur5/mst-persist/builds/613842662
1 parent aa5120b commit 8281b53

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)