diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32b296b..3650a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.9.1 chromedriver@114.0.2 + npm install -g @axe-core/cli@4.9.1 chromedriver@126 # https://github.com/dequelabs/axe-core-npm/issues/679#issuecomment-1456590620 axe --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver http://localhost:3000 --exit