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
1 changed files with 1 additions and 1 deletions

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%