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

chore: update dependencies #132

Closed straker closed 4 years ago

straker commented 4 years ago

Our CircleCI npm cache is based on the hash of the package-lock file. However, we run npm ci in circle so the package-lock file isn't updated for new installs. This means that using chromedriver: latest will never trigger a new install of Chromedriver until we update the package-lock file ourselves and make a push... https://circleci.com/gh/dequelabs/axe-cli/374?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link

So I made chromedriver install the latest always for CircleCI.

Reviewer checks

Required fields, to be filled out by PR reviewer(s)