(MODE-11365) Fixed nodejs setup to build package.
This commit is contained in:
parent
1f21e1a700
commit
a07fb3e9be
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ jobs:
|
||||||
libxxf86vm-dev libjpeg-dev xvfb nodejs \
|
libxxf86vm-dev libjpeg-dev xvfb nodejs \
|
||||||
heat-cfntools software-properties-common curl
|
heat-cfntools software-properties-common curl
|
||||||
curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
curl -sL https://deb.nodesource.com/setup_6.x | bash -
|
||||||
|
apt install -y nodejs
|
||||||
npm install
|
npm install
|
||||||
- save_cache:
|
- save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue