Skip to content

Newer Node.js version support (currently locked to <=22.x.x) #214

@JK-Effects

Description

@JK-Effects

The current package.json restricts Node.js version to:

"engines": {
  "node": ">=18.0.0 <=22.x.x"
}

This constraint prevents usage with the newer LTS 24 or the current version 25 of Node.js.

Can you update the engines.node field to allow higher versions (e.g., <=24.x.x / <=25.x.x or simply removing the upper bound)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions