mirror of https://github.com/rancher/ui.git
Switch to node6
This commit is contained in:
parent
48c2437ea0
commit
fc255909e4
|
|
@ -9,7 +9,7 @@ else
|
|||
cd `dirname $CWD`
|
||||
fi
|
||||
|
||||
curl -sL https://deb.nodesource.com/setup_5.x | sudo -E bash -
|
||||
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
|
||||
apt-get install -y nodejs phantomjs
|
||||
update-alternatives --install /usr/bin/node node /usr/bin/nodejs 10
|
||||
npm set cache /var/cache/npm
|
||||
|
|
|
|||
Loading…
Reference in New Issue