ci: Drop support for Node.js 18 (#15146)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2025-06-04 15:54:57 +02:00
committed by GitHub
parent 40de4ed91c
commit 3bdbdfe6ce
39 changed files with 432 additions and 500 deletions

View File

@@ -46,7 +46,7 @@ jobs:
needs: install-and-build
strategy:
matrix:
node-version: [18.x, 20.x, 22.4]
node-version: [20.x, 22.x]
with:
ref: ${{ inputs.branch }}
nodeVersion: ${{ matrix.node-version }}