From e18ed3a95d80330b72c0efdeca7f3ee08da090c1 Mon Sep 17 00:00:00 2001 From: Vitaly Slobodin Date: Wed, 9 Feb 2022 14:48:19 +0300 Subject: [PATCH] Bump Node.js version to LTS for CustomersDot --- .gitlab/ci/customers.images.yml | 4 ++-- scripts/custom-docker-build | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index 916e615..0d69e29 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -3,7 +3,7 @@ variables: LFS: '2.9' CHROME: '89' - NODE: '14' + NODE: '16.14' YARN: '1.22' POSTGRESQL: '9.5' parallel: @@ -26,7 +26,7 @@ customers push: .customers-qa-matrix: variables: CHROME: '89' - NODE: '14' + NODE: '16.14' YARN: '1.22' DOCKER: '19.03.1' parallel: diff --git a/scripts/custom-docker-build b/scripts/custom-docker-build index 31543c6..cc8c730 100755 --- a/scripts/custom-docker-build +++ b/scripts/custom-docker-build @@ -132,6 +132,7 @@ function print_node_args() { 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 ;; + 16|16.14) NODE_INSTALL_VERSION=16.14.0 ;; *) echo "Unknown node version $1"; exit 1; esac printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"