From 252c5968c1909888bbaf0986faf6f7eae6e90be4 Mon Sep 17 00:00:00 2001 From: fisker Date: Fri, 14 Feb 2020 16:31:19 +0800 Subject: [PATCH] Attempt fix --- appveyor.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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; }