mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'tnir-yarn-1.22.19-on-www-gitlab-com' into 'master'
Update Yarn from 1.22.10 to 1.22.19 in www-gitlab-com image See merge request gitlab-org/gitlab-build-images!573
This commit is contained in:
commit
ef9588d93a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function build_debian() {
|
|||
|
||||
# Install node & yarn
|
||||
NODE_INSTALL_VERSION=16.14.2
|
||||
YARN_INSTALL_VERSION=1.22.10
|
||||
YARN_INSTALL_VERSION=1.22.19
|
||||
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
|
||||
|
||||
# Install gitlab-runner
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue