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

ci(build): add node 10+ to test matrix #2522

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 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