-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
A clear and concise description of what the feature is
Support Node.js 24, which is LTS.
Why should this feature be included?
Strapi has now released its version 5.31, which supports Node.js 24. (strapi/strapi#24586).
But we still get incompatible engine warnings from the client library, when using Node.js 24.
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@strapi/[email protected]',
npm warn EBADENGINE required: { node: '>=20.18.2 <=22.x.x' },
npm warn EBADENGINE current: { node: 'v24.11.1', npm: '11.6.2' }
npm warn EBADENGINE }
Thank you
Please provide an example for how this would work
No response
tugay-radity, defless, Gunt3r-Tp, kkukelka and IllusionMan1212defless