mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Merge branch 'add-yarn-to-nodejs-image' into 'master'
Adding Yarn for use instead of npm See merge request !20
This commit is contained in:
commit
22cd8531df
1 changed files with 3 additions and 1 deletions
|
|
@ -3,4 +3,6 @@
|
|||
set -xeo pipefail
|
||||
|
||||
curl --silent --location https://deb.nodesource.com/setup_7.x | bash -
|
||||
apt-get install -y nodejs
|
||||
apt-get install -y nodejs
|
||||
|
||||
curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue