Skip to content

Newer Node.js version support (currently locked to <=20.x.x) #187

@foxytanuki

Description

@foxytanuki

Hi maintainers, thank you for this useful plugin.

I noticed that the current package.json restricts Node.js version to:

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

This constraint prevents usage with newer LTS or current versions of Node.js, such as Node 22 or 24.

Would you consider updating the engines.node field to allow higher versions (e.g., <=22.x.x or simply removing the upper bound)?
This would make the plugin compatible with more projects and future-proof its usage a bit more.

Let me know if a PR would help — happy to assist.

Thanks again for your work!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions