Update Node.js from 12 to 14 for www-gitlab-com image

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
Takuya Noguchi 2021-05-06 10:31:27 +00:00
parent 1bbac35a38
commit 24fff8f9ec

View file

@ -26,7 +26,7 @@ rm -rf /tmp/pandoc*
apt-get install -yq --no-install-recommends imagemagick
# Install node & yarn
NODE_INSTALL_VERSION=12.4.0
NODE_INSTALL_VERSION=14.16.1
YARN_INSTALL_VERSION=1.22.10
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version