From f7f3d15bfb0419e7da9db5c6fb2076eaa17e62f5 Mon Sep 17 00:00:00 2001 From: hanukoon Date: Sat, 14 May 2022 21:16:20 +0900 Subject: [PATCH] chore(appveyor): not use latest npm This changes appveyor from using the latest npm version to only using the preinstalled npm version. it's guaranteed to be a compatible version. --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 5895b1a4..acff8b82 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,6 @@ install: - where npm - where node - ps: Install-Product node $env:nodejs_version $env:platform - - 'npm install -g npm@latest' build: off