mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Upgrade to nodejs v20.12.2
Add Node builds to GitLab-related images in preparation for upgrading. Relates to https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/2081
This commit is contained in:
parent
f53dc65b5e
commit
029b655c7a
4 changed files with 7 additions and 7 deletions
|
|
@ -153,7 +153,7 @@ function print_lfs_args() {
|
|||
function print_node_args() {
|
||||
case "$1" in
|
||||
18|18.17) NODE_INSTALL_VERSION=18.17.1 ;;
|
||||
20|20.9) NODE_INSTALL_VERSION=20.9.0 ;;
|
||||
20|20.12) NODE_INSTALL_VERSION=20.12.2 ;;
|
||||
*) 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