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