Skip to content
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

docs(readme): update minimum supported node version #2523

Closed
wants to merge 1 commit into from

Conversation

Fdawgs
Copy link
Contributor

@Fdawgs Fdawgs commented Jan 6, 2025

What issue does this pull request resolve?

fast-uri, that ajv has as a dependency, was updated to v3.0.4 yesterday, which included a PR that added optional chaining. This was fine as fast-uri only tests on Node 16+ in its CI, because we only support Node 16+.

Unfortunately, we've had a few issues raised over at fast-uri with users stating issues with old Node versions when using ajv thanks to this change.

ajv is not tested on anything below Node 16, which is at odds with what ajv states to support in the readme, so this PR updates the documentation to the minimum tested Node version.

What changes did you make?

Updated documentation.

Is there anything that requires more attention while reviewing?

ajv doesn't support Node 10 and 12 anyway from the looks of it: https://github.com/ajv-validator/ajv/actions/runs/12629749595/

@Fdawgs Fdawgs closed this Jan 6, 2025
@Fdawgs Fdawgs deleted the patch-1 branch January 6, 2025 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant