You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 20 reaches End of Life in April 2026. This issue tracks the removal of Node 20 support and adding Node 24 to the CI matrix, bringing the tested range to Node 22 & 24.
Changeset required - changing engines.node in published packages is a consumer-visible breaking change. Create a changeset covering all affected packages.
No TypeScript target changes needed (already ES2023, compatible with Node 22+)
Node 22 becomes the primary LTS for non-matrix steps (version job, release job, SonarCloud)
Summary
Changes Required
Engine declarations
package.json:>=20.20.0->>=22.0.0packages/*/package.json:>=20.x->>=22.xCI Workflows
pipeline.yml[20.x, 22.x]->[22.x, 24.x]; version/release/SonarCloud steps20.x->22.xlint.yml[20.x]->[22.x]integration-tests.yml20.x->22.x(9 occurrences)ui5-maintenance-versions.yml20.x->22.x(4 occurrences)Notes