From 8189962da1bc4cb1702b06e7e336ab1398d8befa Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 8 Jul 2019 20:54:24 -0700 Subject: [PATCH] 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. --- scripts/install-www-gitlab-com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-www-gitlab-com b/scripts/install-www-gitlab-com index 3766572..1a5973a 100755 --- a/scripts/install-www-gitlab-com +++ b/scripts/install-www-gitlab-com @@ -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