mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump Node.js version to LTS for CustomersDot
This commit is contained in:
parent
cc18fe8b5b
commit
e18ed3a95d
2 changed files with 3 additions and 2 deletions
|
|
@ -132,6 +132,7 @@ function print_node_args() {
|
|||
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.0 ;;
|
||||
*) echo "Unknown node version $1"; exit 1;
|
||||
esac
|
||||
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue