Merge branch 'sh-update-www-gitlab-com-nodejs' into 'master'

Update nodejs to v16.14.0 for www-gitlab-com image

See merge request gitlab-org/gitlab-build-images!498
This commit is contained in:
Lukas 'Eipi' Eipert 2022-03-08 13:54:05 +00:00
commit 0089899f11
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ apt-get install -yq --no-install-recommends \
apt-get install -yq --no-install-recommends imagemagick
# Install node & yarn
NODE_INSTALL_VERSION=12.22.1
NODE_INSTALL_VERSION=16.14.0
YARN_INSTALL_VERSION=1.22.10
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version