Skip to content

Commit

Permalink
🐛 fix chromedriver-version for axe-core
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylegoas committed Nov 14, 2023
1 parent 0057d9a commit d08fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/axe-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Use Chrome Driver
uses: nanasess/setup-chromedriver@v1
with:
chromedriver-version: '114.0.5735.90'
chromedriver-version: '119.0.6045.105'

- name: Install Axe CLI
run: npm install -g @axe-core/cli
Expand Down

0 comments on commit d08fa5f

Please sign in to comment.