Skip to content

[feat]: Node 24 support #112

@mickaeltr

Description

@mickaeltr

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions