Skip to content

Commit 9338696

Browse files
πŸ› fix(github/workflows): fix pa11y setup
1 parent 0312e0c commit 9338696

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 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
21-
run: npm install -g yarn
22-
run: yarn install --frozen-lockfile
23-
run: yarn build
21+
- run: npm install -g yarn
22+
- run: yarn install --frozen-lockfile
23+
- run: yarn build
2424

2525
- name: Boot Next
26-
run: yarn build
27-
run: yarn start
26+
- run: yarn build
27+
- run: yarn start
2828

2929
- name: Run pa11y-ci
3030
run: yarn pa11y-ci:sitemap 2>&1 | tee pa11y_output.txt

0 commit comments

Comments
Β (0)