We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0312e0c commit 9338696Copy full SHA for 9338696
β.github/workflows/pa11y.ymlβ
@@ -15,16 +15,16 @@ jobs:
15
uses: actions/checkout@v2
16
17
- name: Setup Node
18
- uses: actions/setup-node@v1
+ - uses: actions/setup-node@v1
19
with:
20
node-version: 18
21
- run: npm install -g yarn
22
- run: yarn install --frozen-lockfile
23
- run: yarn build
+ - run: npm install -g yarn
+ - run: yarn install --frozen-lockfile
+ - run: yarn build
24
25
- name: Boot Next
26
27
- run: yarn start
+ - run: yarn start
28
29
- name: Run pa11y-ci
30
run: yarn pa11y-ci:sitemap 2>&1 | tee pa11y_output.txt
0 commit comments