mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'vs/add-node-20' into 'master'
Add Node.js 20.9.0 See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/746 Merged-by: Lukas 'Eipi' Eipert <leipert@gitlab.com> Approved-by: Lukas 'Eipi' Eipert <leipert@gitlab.com> Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
commit
170b3688c5
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ function print_lfs_args() {
|
||||||
function print_node_args() {
|
function print_node_args() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
18|18.17) NODE_INSTALL_VERSION=18.17.1 ;;
|
18|18.17) NODE_INSTALL_VERSION=18.17.1 ;;
|
||||||
|
20|20.9) NODE_INSTALL_VERSION=20.9.0 ;;
|
||||||
*) fail "Unknown node version $1" ;;
|
*) fail "Unknown node version $1" ;;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue