mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
Use Install-Product instead of Update-NodeJsInstallation
This commit is contained in:
parent
5c96663d1e
commit
e5166c6c8e
@ -7,15 +7,12 @@ init:
|
||||
# what combinations to test
|
||||
environment:
|
||||
matrix:
|
||||
#node.js
|
||||
- nodejs_version: 0.10
|
||||
- nodejs_version: 0.11
|
||||
- nodejs_version: 0.12
|
||||
#io.js
|
||||
- nodejs_version: 2.5.0
|
||||
|
||||
install:
|
||||
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
|
||||
- ps: Install-Product node $env:nodejs_version x64
|
||||
- npm -g install npm@2.12.1
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- npm install -g gulp
|
||||
|
Loading…
x
Reference in New Issue
Block a user