chore: explicitely install 64bit Node.js
This commit is contained in:
parent
f32282bcaa
commit
ad351b10c9
@ -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%
|
||||||
|
Loading…
Reference in New Issue
Block a user