mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Create node v16 versions of our build images
This commit is contained in:
parent
b2e4da6246
commit
ce4f19b5aa
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,6 @@
|
|||
variables:
|
||||
LFS: '2.9'
|
||||
CHROME: '97'
|
||||
NODE: '14.15'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
parallel:
|
||||
|
|
@ -13,6 +12,7 @@
|
|||
GIT: ['2.33']
|
||||
POSTGRESQL: ['11', '12', '13']
|
||||
GOLANG: ['1.16', '1.17']
|
||||
NODE: ['14.15', '16.14']
|
||||
|
||||
gitlab test:
|
||||
extends:
|
||||
|
|
@ -28,7 +28,6 @@ gitlab push:
|
|||
.gitlab-assets-matrix:
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
NODE: '14.15'
|
||||
YARN: '1.22'
|
||||
GRAPHICSMAGICK: '1.3.36'
|
||||
parallel:
|
||||
|
|
@ -36,6 +35,7 @@ gitlab push:
|
|||
- DEBIAN: ['bullseye']
|
||||
RUBY: ['2.7', '3.0']
|
||||
GIT: ['2.31', '2.33']
|
||||
NODE: ['14.15', '16.14']
|
||||
|
||||
gitlab-assets test:
|
||||
extends:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue