Open
Description
Provide your feedback here.
The repository fails to install on Node.js 22, soon to become a widely used LTS version.
The cause is eslint-plugin-jsdoc
which has engines
specified as "node": "^14 || ^16 || ^17 || ^18 || ^19"
. Latest version, in turn, has it set to "node": ">=18"
, while minimum Node.js version currently supported by this repo for development is 14.15.0
.
🔦 Context
This can cause unnecessary disruptions for collaborators.
💻 Code Sample
No response
Version
n/a
What browsers are you seeing the problem on?
Other
If other, please specify
n/a
What operating system are you using?
macOS Sonoma
Metadata
Metadata
Assignees
Labels
No labels
Activity