mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Node.js from 12.4.0 to 12.22.1 for www-gitlab-com image
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
87bf723dda
commit
12c52d4a9a
2 changed files with 1 additions and 4 deletions
|
|
@ -120,9 +120,6 @@ function print_lfs_args() {
|
|||
|
||||
function print_node_args() {
|
||||
case "$1" in
|
||||
8|8.x) NODE_INSTALL_VERSION=8.16.0 ;;
|
||||
10|10.x) NODE_INSTALL_VERSION=10.16.0 ;;
|
||||
12|12.x) NODE_INSTALL_VERSION=12.4.0 ;;
|
||||
12.22) NODE_INSTALL_VERSION=12.22.1 ;;
|
||||
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
|
||||
14|14.16) NODE_INSTALL_VERSION=14.16.0 ;;
|
||||
|
|
|
|||
|
|
@ -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=12.22.1
|
||||
YARN_INSTALL_VERSION=1.22.10
|
||||
/scripts/install-node $NODE_INSTALL_VERSION $YARN_INSTALL_VERSION && node --version && yarn --version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue