mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Drop unsupported Node.js versions
This commit is contained in:
parent
828695779c
commit
dbe03ee175
3 changed files with 3 additions and 6 deletions
|
|
@ -150,10 +150,7 @@ function print_lfs_args() {
|
|||
|
||||
function print_node_args() {
|
||||
case "$1" in
|
||||
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 ;;
|
||||
18|18.17) NODE_INSTALL_VERSION=18.17.0 ;;
|
||||
18|18.17) NODE_INSTALL_VERSION=18.17.1 ;;
|
||||
*) fail "Unknown node version $1" ;;
|
||||
esac
|
||||
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue