From 890500718360b96885823da6db4be8bc0388cc17 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 7 Feb 2020 10:41:19 -1000 Subject: [PATCH] [Tests] appveyor: on node 8-12, use npm 6.10.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphael von der GrĂ¼n Co-authored-by: Jordan Harband --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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