From a91686b4cdbad2e0b626f3e6903652ecfb77aa98 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Mon, 27 Nov 2017 19:38:44 +0000 Subject: [PATCH] Temporarily revert to previous npm for Node 9 support --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index e051204a..cd5af9a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,7 @@ environment: - nodejs_version: "9" install: - ps: Install-Product node $env:nodejs_version x64 - - npm install -g npm@latest + - npm install -g npm@5.3.x - npm install test_script: - npm test