mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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
This commit is contained in:
parent
f53dc65b5e
commit
029b655c7a
4 changed files with 7 additions and 7 deletions
|
|
@ -39,14 +39,14 @@ gitlab:
|
|||
ARCH: linux/amd64,linux/arm64
|
||||
GIT: '2.36'
|
||||
RUST: '1.73'
|
||||
NODE: '18.17'
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bookworm', 'debian:bookworm-slim']
|
||||
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
|
||||
POSTGRESQL: ['13', '14', '15', '16']
|
||||
GOLANG: ['1.20', '1.21', '1.22']
|
||||
CHROME: ['120', '123']
|
||||
GOLANG: ['1.21', '1.22']
|
||||
CHROME: ['120']
|
||||
NODE: ['18.17', '20.12']
|
||||
|
||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||
gitlab-assets:
|
||||
|
|
@ -64,7 +64,7 @@ gitlab-assets:
|
|||
- OS: ['debian:bookworm']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
GIT: ['2.33']
|
||||
NODE: ['18.17']
|
||||
NODE: ['18.17', '20.12']
|
||||
|
||||
# Used by GitLab's Review app jobs and triage-ops
|
||||
ep-native-cloud-services:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue