Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit d846b53

Browse files
committed
more node versions in travis and appveyor
1 parent 43d4f71 commit d846b53

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ notifications:
66
on_failure: change
77

88
node_js:
9-
- 8
9+
- 14
10+
- 12
11+
- 10

appveyor.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
image: Visual Studio 2015
1+
image: Visual Studio 2017
22

33
environment:
4-
nodejs_version: "6"
4+
nodejs_version:
5+
- 10
6+
- 12
7+
- 14
58

69
platform:
710
- x86

0 commit comments

Comments
 (0)