From 12c0052200260d72a1b5d5cac3a9b6c28b333e61 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Fri, 26 Apr 2019 14:04:18 +1000 Subject: [PATCH] Workaround waiting for AppVeyor to add Node versions --- appveyor.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 8edbcd7c0..bfd75922a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -78,7 +78,8 @@ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 install: - - ps: Install-Product node $env:nodejs_version $env:platform + # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs + - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform - node --version - npm --version - npm install @@ -174,7 +175,8 @@ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 install: - - ps: Install-Product node $env:nodejs_version $env:platform + # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs + - ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform - node --version - npm --version - npm install