Skip to content

Commit 91e421c

Browse files
committed
(ci): upgrade to use Node v10
- Node 8 was EOL in December, I upgraded locally a while ago too - The default NPM version for Node v10 also supports `npm ci`, which should be a CI speed boost as well
1 parent ac8c952 commit 91e421c

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
before_script: npm run lint
66
script: npm test -- --coverage

0 commit comments

Comments
 (0)