Skip to content

[feat]: Node.js 24 support #101

@fredericDelaporte

Description

@fredericDelaporte

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue: enhancementIssue suggesting an enhancement to an existing feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions