added sudo permissions to node ci install
parent
067a328bb1
commit
8c2c06c68d
|
@ -1,5 +1,5 @@
|
|||
set -x
|
||||
set -e
|
||||
|
||||
apt-get install nodejs npm
|
||||
sudo apt-get install nodejs npm
|
||||
npm i -g postcss-cli autoprefixer
|
||||
|
|
Loading…
Reference in New Issue