Skip to content

Commit 97afe83

Browse files
committed
* update axe.yml
1 parent 7daae0b commit 97afe83

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/axe.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,13 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use Node.js 12.x
14+
- name: Use Node.js
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
18-
- run: cd docs
19-
- run: yarn install
20-
- run: yarn develop & npx wait-on http://localhost:8000
17+
node-version: 14
18+
- run: npm run dev & npx wait-on --timeout 5000 http://localhost:8000
2119
- name: Run axe
22-
run: |
23-
script/axe-docs
20+
run: script/axe-docs
2421
- name: Upload @axe-core/cli check results
2522
uses: actions/upload-artifact@master
2623
with:

0 commit comments

Comments
 (0)