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!