Skip to content

Commit ad91d31

Browse files
committed
Add node versions 4, 6, 8, 10, 12 to Appveyor
1 parent cc44118 commit ad91d31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

appveyor.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ environment:
1616
nodejs_arch: "x86"
1717
- nodejs_version: "2"
1818
nodejs_arch: "x64"
19+
- nodejs_version: "4"
20+
nodejs_arch: "x64"
21+
- nodejs_version: "6"
22+
nodejs_arch: "x64"
23+
- nodejs_version: "8"
24+
nodejs_arch: "x64"
25+
- nodejs_version: "10"
26+
nodejs_arch: "x64"
27+
- nodejs_version: "12"
28+
nodejs_arch: "x64"
1929
install:
2030
- ps: Install-Product node $env:nodejs_version $env:nodejs_arch
2131
- npm install --msvs_version=2013

0 commit comments

Comments
 (0)