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

Similar to
https://gitlab.com/gitlab-org/gitlab-build-images/merge_requests/207,
Node v12.6 has memory issues. There may also be issues with getting yarn
and npx working in the current build.
This commit is contained in:
Stan Hu 2019-07-08 20:54:24 -07:00
parent 84bff20408
commit 8189962da1

View file

@ -22,7 +22,7 @@ rm -rf /tmp/pandoc*
apt-get install -yq --no-install-recommends imagemagick apt-get install -yq --no-install-recommends imagemagick
# Installing node & yarn # Installing node & yarn
NODE_INSTALL_VERSION=12.x NODE_INSTALL_VERSION=12.4.0
YARN_INSTALL_VERSION=1.16.0-1 YARN_INSTALL_VERSION=1.16.0-1
/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