mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Drop support for Node.js 12
Node.js 12 has reached its EOL date in April 2022.
This commit is contained in:
parent
5a79c03924
commit
925e880413
1 changed files with 0 additions and 1 deletions
|
|
@ -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 ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue