Commit 12c00522 by xzyfer

Workaround waiting for AppVeyor to add Node versions

parent 9e564a17
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment