-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update Node support in README #3861
chore: Update Node support in README #3861
Conversation
This doesn't match the engines field, we support |
How would you recommend expressing this? I just followed what was used before. Would something like this work: One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run this program:
* 12.13.0 or higher
* 14.15.0 or higher
* 16.0.0 or higher |
I think that's a marked improvement on that section as a whole. |
I'd probably emphasize that 13 and 15 are not supported, either by clarifying the 12 and 14 ranges, or just adding a note. |
@wraithgar @ljharb: I updated the |
xref: #3762 PR-URL: #3861 Credit: @gfyoung Close: #3861 Reviewed-by: @wraithgar
This is now in the readme, not sure why this PR didn't go purple. |
xref: #3762