Merge branch 'sh-downgrade-node-www-gitlab-com' into 'master'

Pin www-gitlab-com build to Node v12.4

See merge request gitlab-org/gitlab-build-images!208
This commit is contained in:
Stan Hu 2019-07-09 04:10:03 +00:00
commit 6edc690474

View file

@ -22,7 +22,7 @@ rm -rf /tmp/pandoc*
apt-get install -yq --no-install-recommends imagemagick
# Installing node & yarn
NODE_INSTALL_VERSION=12.x
NODE_INSTALL_VERSION=12.4.0
YARN_INSTALL_VERSION=1.16.0-1
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version