Skip to content

Commit 0631ebf

Browse files
authored
chore: Use node to 22 in update-axe-core.yml (#550)
Just noticed we're using an older version of node. Updating to node 22 No QA Required
1 parent c612b0d commit 0631ebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v5
1515
- uses: actions/setup-node@v6
1616
with:
17-
node-version: 16
17+
node-version: 22
1818
- uses: dequelabs/axe-api-team-public/.github/actions/create-update-axe-core-pull-request-v1@main
1919
with:
2020
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)