Skip to content

Commit 870e415

Browse files
committed
Node.JS v10 is EOL
add Node.JS v14
1 parent 39e60cb commit 870e415

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,8 +1,8 @@
11
language: node_js
22
node_js:
33
- "stable"
4+
- "14"
45
- "12"
5-
- "10"
66
script:
77
- npm run lint
88
- npm test

0 commit comments

Comments
 (0)