Merge branch 'vs/bump-nodejs-lts-customersdot' into 'master'

Bump Node.js version to LTS for CustomersDot

See merge request gitlab-org/gitlab-build-images!483
This commit is contained in:
Stan Hu 2022-02-10 16:23:35 +00:00
commit 114463a3bc
2 changed files with 3 additions and 2 deletions

View file

@ -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"