dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 44 forks source link

Drop Node v6/v7 support #133

Closed stephenmathieson closed 4 years ago

stephenmathieson commented 4 years ago

According to Node's release documentation, v6/v7 are no longer supported.

To fix, change this to https://github.com/dequelabs/axe-cli/blob/develop/package.json#L6-L8 ">=8".

jeankaplansky commented 4 years ago

no user-facing rule help required.

padmavemulapati commented 4 years ago

No more less than v8 seeing for Node now. Using node -v / v8.9.4