Add build images for node@12

This commit is contained in:
Lukas Eipert 2019-06-13 19:47:19 +02:00
parent c084e85d26
commit 99881a2a6d
No known key found for this signature in database
GPG key ID: 148BEA37CB35B2AC
3 changed files with 12 additions and 2 deletions

View file

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