diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index b0fc26b..92748ee 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: '10' 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 976e643..bc3eec3 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"