mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
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:
commit
95b154eaf7
1 changed files with 0 additions and 1 deletions
|
|
@ -114,7 +114,6 @@ function print_lfs_args() {
|
||||||
|
|
||||||
function print_node_args() {
|
function print_node_args() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
12.22) NODE_INSTALL_VERSION=12.22.1 ;;
|
|
||||||
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
|
14.15) NODE_INSTALL_VERSION=14.15.4 ;;
|
||||||
14|14.16) NODE_INSTALL_VERSION=14.16.0 ;;
|
14|14.16) NODE_INSTALL_VERSION=14.16.0 ;;
|
||||||
16|16.14) NODE_INSTALL_VERSION=16.14.2 ;;
|
16|16.14) NODE_INSTALL_VERSION=16.14.2 ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue