Merge branch 'vs/drop-nodejs-12' into 'master'

Drop support for Node.js 12

See merge request gitlab-org/gitlab-build-images!535
This commit is contained in:
Balasankar 'Balu' C 2022-05-13 10:57:30 +00:00
commit 95b154eaf7

View file

@ -114,7 +114,6 @@ function print_lfs_args() {
function print_node_args() {
case "$1" in
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.2 ;;