mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Use npm repo instead of apt on Yarn install
Co-authored-by: Lukas 'Eipi' Eipert <leipert@gitlab.com> Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
351ef2e34a
commit
e29a606bbc
4 changed files with 10 additions and 11 deletions
|
|
@ -27,7 +27,7 @@ apt-get install -yq --no-install-recommends imagemagick
|
|||
|
||||
# Install node & yarn
|
||||
NODE_INSTALL_VERSION=12.4.0
|
||||
YARN_INSTALL_VERSION=1.21.1-1
|
||||
YARN_INSTALL_VERSION=1.22.10
|
||||
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
|
||||
|
||||
# Install yamllint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue