Skip to content

Commit c500442

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/ip-1.1.9
2 parents c16e7f1 + b72c735 commit c500442

File tree

14 files changed

+7319
-3575
lines changed

14 files changed

+7319
-3575
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- run: npm ci
6060
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
6161
- shell: 'script -q -e -c "bash {0}"'
62-
run: npx browser-driver-manager install chromedriver=121 --verbose
62+
run: npx browser-driver-manager install chromedriver=123 --verbose
6363
working-directory: packages/cli
6464
- run: npm run coverage --workspace=packages/cli
6565

.github/workflows/update-axe-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
node-version: 16
1818
- uses: dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
1919
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
20+
token: ${{ secrets.PAT }}

0 commit comments

Comments
 (0)