Skip to content

Commit

Permalink
Explicitly set chromedriver version
Browse files Browse the repository at this point in the history
  • Loading branch information
thewatermethod committed Jul 25, 2024
1 parent c9970e2 commit 52565c3
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/[email protected] chromedriver@111
npm install -g @axe-core/[email protected] chromedriver@114.0.2
# 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 52565c3

Please sign in to comment.