Skip to content

Commit

Permalink
Update axe version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thewatermethod committed Jul 25, 2024
1 parent 52565c3 commit 938d7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# is present on the CI box, eventually I should figure out how to pin
# the version of chrome that I'm using, or to pull it dynamically and
# insert it here
npm install -g @axe-core/cli@4.6.0 [email protected]
npm install -g @axe-core/cli@4.9.1 [email protected]
# https://github.com/dequelabs/axe-core-npm/issues/679#issuecomment-1456590620
axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:3000 --exit

0 comments on commit 938d7ae

Please sign in to comment.