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 7daae0b commit 97afe83Copy full SHA for 97afe83
.github/workflows/axe.yml
@@ -11,16 +11,13 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v2
14
- - name: Use Node.js 12.x
+ - name: Use Node.js
15
uses: actions/setup-node@v1
16
with:
17
- node-version: 12.x
18
- - run: cd docs
19
- - run: yarn install
20
- - run: yarn develop & npx wait-on http://localhost:8000
+ node-version: 14
+ - run: npm run dev & npx wait-on --timeout 5000 http://localhost:8000
21
- name: Run axe
22
- run: |
23
- script/axe-docs
+ run: script/axe-docs
24
- name: Upload @axe-core/cli check results
25
uses: actions/upload-artifact@master
26
0 commit comments