diff --git a/appveyor.yml b/appveyor.yml index e98547952..29e310a18 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,7 +8,7 @@ environment: # - 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 -in @("8", "10", "12")) { + npm install -g npm@6.10.3; + } - npm install # fix symlinks