From f30821108e2e6a26dcfce98996f3e2e8880d724d Mon Sep 17 00:00:00 2001 From: fisker Date: Fri, 14 Feb 2020 16:31:19 +0800 Subject: [PATCH] Workaround nyc@15 Co-authored-by: raphinesse --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 87246817ac..ac5c1efe24 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,7 +27,7 @@ install: if ($env:nodejs_version -eq "4") { npm install -g npm@3; } - if ($env:nodejs_version -eq "12") { + if ($env:nodejs_version -eq "12" -or $env:nodejs_version -eq "10") { npm install -g npm@6.10.3; } - npm install