Bump Node.js version to 18.17.0 for GitLab images

This commit is contained in:
Nao Hashizume 2023-07-26 09:55:53 -07:00
parent 65a55a9100
commit 5330912117
No known key found for this signature in database
GPG key ID: EF1E3EDBCAC1798D
4 changed files with 6 additions and 6 deletions

View file

@ -148,7 +148,7 @@ function print_node_args() {
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.16) NODE_INSTALL_VERSION=18.16.0 ;;
18|18.17) NODE_INSTALL_VERSION=18.17.0 ;;
*) fail "Unknown node version $1" ;;
esac
printf -- "--build-arg NODE_INSTALL_VERSION=%s " "$NODE_INSTALL_VERSION"