diff --git a/appveyor.yml b/appveyor.yml index 87246817ac..23c40182d4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,14 +1,14 @@ # Test against this version of Node.js environment: matrix: - - nodejs_version: "12" + # - nodejs_version: "12" - nodejs_version: "10" - nodejs_version: "8" # - nodejs_version: "6" # - nodejs_version: "4" matrix: - fast_finish: true + fast_finish: false # allow_failures: # - nodejs_version: "4" # for eslint 5 @@ -27,6 +27,9 @@ install: if ($env:nodejs_version -eq "4") { npm install -g npm@3; } + if ($env:nodejs_version -eq "10") { + npm install -g npm@6.10.3; + } if ($env:nodejs_version -eq "12") { npm install -g npm@6.10.3; }