-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
issue: enhancementIssue suggesting an enhancement to an existing featureIssue suggesting an enhancement to an existing feature
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 plugins when using Node.js 24.
npm i
npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE package: '@strapi/[email protected]',
npm warn EBADENGINE required: { node: '>=18.0.0 <=22.x.x', npm: '>=6.0.0' },
npm warn EBADENGINE current: { node: 'v24.11.0', npm: '11.4.2' }
npm warn EBADENGINE }
Please provide an example for how this would work
No response
mickaeltr, atassis, sergsadovyi and plevavas
Metadata
Metadata
Assignees
Labels
issue: enhancementIssue suggesting an enhancement to an existing featureIssue suggesting an enhancement to an existing feature