Skip to content

Commit 8bca974

Browse files
committed
run CI aginst node 14, 16 and 18
1 parent 00500ef commit 8bca974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: node_js
22
node_js:
3-
- "12"
43
- "14"
4+
- "16"
5+
- "18"
56
script:
67
- npm run lint
78
- npm run test

0 commit comments

Comments
 (0)