Drop Node.js 18.17 from GitLab and KAS images

We're using and testing Node.js 20 now. No need to build 18 anymore.

Part of https://gitlab.com/groups/gitlab-org/-/epics/13545
This commit is contained in:
Stan Hu 2024-04-23 15:46:08 -07:00
parent 2d3f1104ec
commit f3c5020487
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
2 changed files with 3 additions and 3 deletions

View file

@ -19,8 +19,8 @@ gitlab-kas:
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
GIT: '2.36'
NODE: '20.12'
POSTGRESQL: '12'
parallel:
matrix:
- RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
NODE: ['18.17', '20.12']