Skip to content

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 adds the stated supported Node versions to the CI workflow.

What changes did you make?

Added node 10, 12, and 14 to CI workflow.

Is there anything that requires more attention while reviewing?

The alternative is to update the documentation to reflect that anything under Node 16 is untested and, as such, unsupported.

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