Skip to content

Commit 5241aa7

Browse files
πŸ› fix(github/workflows): fix pa11y setup
1 parent 280c126 commit 5241aa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

β€Ž.github/workflows/pa11y.ymlβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Setup Node
18-
- uses: actions/setup-node@v1
18+
uses: actions/setup-node@v1
1919
with:
2020
node-version: 18
2121

2222
- name: Install Yarn
2323
run: npm install -g yarn
24-
24+
2525
- name: Install Dependencies
2626
run: yarn install --frozen-lockfile
27-
27+
2828
- name: Build Next App
2929
run: yarn build
3030

@@ -44,4 +44,4 @@ jobs:
4444
if: contains(steps.pa11y_output.outputs.content, 'errno 2')
4545
run: |
4646
echo "::error::The site is failing accessibility tests."
47-
exit 1
47+
exit 1

0 commit comments

Comments
Β (0)