From 97e7d182f67d31c0435eaea5fc2b6f4fb1e71b68 Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 30 Apr 2019 11:20:09 -0400 Subject: [PATCH] ci: use alternative method for installing node on Windows --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 26f9416..74e3486 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -32,7 +32,7 @@ environment: # Install scripts. (runs after repo cloning) install: # Get the latest stable version of Node - - ps: Install-Product node $env:nodejs_version x64 + - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64 # Typical npm stuff. - set CL=-DDELAYIMP_INSECURE_WRITABLE_HOOKS - npm install