mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Node.js 20.9.0
This commit is contained in:
parent
522f17e89c
commit
02660444bf
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