chore: explicitely install 64bit Node.js

This commit is contained in:
Daniel Ruf
2018-05-09 13:56:14 +02:00
parent f32282bcaa
commit ad351b10c9

View File

@@ -9,7 +9,7 @@ environment:
- nodejs_version: 5
- nodejs_version: 4
install:
- ps: Install-Product node $env:nodejs_version
- ps: Install-Product node $env:nodejs_version x64
- set CI=true
- npm i -g npm@latest
- set PATH=%APPDATA%\npm;%PATH%