Update nodejs to v16.14.0

This matches the update in
https://gitlab.com/gitlab-com/www-gitlab-com/-/merge_requests/99215.

This also renames the image from `www-gitlab-com-3.0` to
`www-gitlab-com-ruby-3.0-node-16` to make it possible to roll this
change out properly.
This commit is contained in:
Stan Hu 2022-03-07 11:25:28 -08:00
parent 65b2618e8f
commit edbe08f360
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
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