mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add node@18 to the build matrix for the GitLab image
See: https://gitlab.com/gitlab-org/gitlab/-/issues/385512
This commit is contained in:
parent
40de346eb3
commit
8af15e7962
3 changed files with 4 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
set -xeuo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
NODE_INSTALL_VERSION=${1:-16.14.2}
|
||||
NODE_INSTALL_VERSION=${1:-18.12.1}
|
||||
YARN_INSTALL_VERSION=${2:-1.22.17}
|
||||
|
||||
# Map MAJOR.MINOR.patch -> MAJOR.x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue