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 2bd91dd commit f690d75Copy full SHA for f690d75
appveyor.yml
@@ -4,10 +4,13 @@ environment:
4
secure: VYJPed/ilAHFpd7S0zW/C2U1jVqayW5QFBitwBqralJlKlgAPW6n1L1VUIOJswiW
5
6
matrix:
7
+ - nodejs_version: "4"
8
- nodejs_version: "6"
9
+ - nodejs_version: "7"
10
11
platform:
12
- x64
13
+- x86
14
15
install:
16
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform;
0 commit comments