Skip to content

Commit be1b6b9

Browse files
chore: update ci config
drop Node.js v10 and below
1 parent a553afd commit be1b6b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
node_js:
3-
- 10
4-
- 9
5-
- 8
3+
- 13
4+
- 12
65
install:
76
- "npm install"

0 commit comments

Comments
 (0)