JIRA: YARDSTICK-898
Now the gui files failed to build in stable branch in CI.
(local work, CI master work, CI stable not work).
The reason is stable using ubuntu 14.04 and the nodejs version is 0.10.25.
We need to update it.
Change-Id: I15b9efb91eb6fc1e3245cf827c130d408034eae5
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
+sh -c 'curl -sL https://deb.nodesource.com/setup_8.x | bash -'
apt-get install -y nodejs
-apt-get install -y npm
ln -s /usr/bin/nodejs /usr/bin/node
npm install
npm install -g grunt