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
No known key found for this signature in database
GPG Key ID: F1C4F86FD2048661

View File

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