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:
Takuya Noguchi 2022-08-14 08:02:04 +00:00
parent ec6bf89cf6
commit e7f6430158

View file

@ -22,7 +22,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 yamllint