Skip to content

Commit

Permalink
Upgrade to pa11y@8 (#161)
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
danyalaytekin authored Apr 10, 2024
1 parent 21b7472 commit 2af525e
Show file tree
Hide file tree
Showing 3 changed files with 465 additions and 480 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
type: boolean

jobs:
build:
runs-on: ubuntu-20.04
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down
Loading

0 comments on commit 2af525e

Please sign in to comment.