mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update Yarn from 1.22.10 to 1.22.19 in www-gitlab-com image
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
ec6bf89cf6
commit
e7f6430158
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ function build_debian() {
|
||||||
|
|
||||||
# Install node & yarn
|
# Install node & yarn
|
||||||
NODE_INSTALL_VERSION=16.14.2
|
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
|
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
|
||||||
|
|
||||||
# Install yamllint
|
# Install yamllint
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue