gitlab-build-images/.gitlab/ci/cng-images.yml
Stan Hu 029b655c7a
Upgrade to nodejs v20.12.2
Add Node builds to GitLab-related images in preparation
for upgrading.

Relates to
https://gitlab.com/gitlab-org/gitlab-development-kit/-/issues/2081
2024-04-15 10:20:40 -07:00

23 lines
513 B
YAML

# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
.gitlab-cng-matrix:
variables:
LFS: '2.9'
CHROME: '119'
NODE: '20.12'
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
POSTGRESQL: '11'
RUBY: '3.0.patched'
GIT: '2.33'
GOLANG: '1.21'
KUBECTL: '1.23'
HELM: '3.9'
gitlab-cng:
extends:
- .gitlab-cng-matrix
- .build_dynamic_image
rules:
- !reference [.build_dynamic_image, rules]
- changes:
- ".gitlab/ci/cng-images.yml"