react-spectrum icon indicating copy to clipboard operation
react-spectrum copied to clipboard

Heads-up: repo can't be installed with Node.js 22

Open wojtekmaj opened this issue 1 month ago • 1 comments

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

wojtekmaj avatar May 14 '24 10:05 wojtekmaj