We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc44118 commit ad91d31Copy full SHA for ad91d31
appveyor.yml
@@ -16,6 +16,16 @@ environment:
16
nodejs_arch: "x86"
17
- nodejs_version: "2"
18
nodejs_arch: "x64"
19
+ - nodejs_version: "4"
20
+ nodejs_arch: "x64"
21
+ - nodejs_version: "6"
22
23
+ - nodejs_version: "8"
24
25
+ - nodejs_version: "10"
26
27
+ - nodejs_version: "12"
28
29
install:
30
- ps: Install-Product node $env:nodejs_version $env:nodejs_arch
31
- npm install --msvs_version=2013
0 commit comments