Skip to content

Commit 2af525e

Browse files
Upgrade to pa11y@8 (#161)
* Use `pa11y@^8` in place of `^7` * Fix the name of the publishing job, setting it to `publish` rather than `build` * Allow `publish` to return to `ubuntu-latest`
1 parent 21b7472 commit 2af525e

File tree

3 files changed

+465
-480
lines changed

3 files changed

+465
-480
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ on:
1010
type: boolean
1111

1212
jobs:
13-
build:
14-
runs-on: ubuntu-20.04
13+
publish:
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)