-
Notifications
You must be signed in to change notification settings - Fork 779
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
Backwards compatibility for node removed as part of a patch #3537
Comments
This is definitely a violation of semver; all v4 versions must support node 4 and higher. Please revert and publish a v4.4.3, and feel free to publish a v5 that requires node 12 if needed. cc @WilcoFiers |
Thanks for bringing this up. We have definitely made a mistake there. I'll have the fix released this week. We need v12 for development, but it's not necessary for import / use. |
@apettenati @ljharb Axe-core 4.4.3 was released yesterday. This should be fixed. Apologies for the inconvenience. |
Product: axe-core
Expectation: run on older versions of node
Actual: requires node engine of >=12 with a only a patch change
Motivation: removing support for node versions prior to 12 should be a breaking change
This commit deployed in version 4.4.2 removed support for node versions under 12. This caused a breaking change.
axe-core version: 4.4.2
For Tooling issues:
The text was updated successfully, but these errors were encountered: