Skip to content

Commit

Permalink
wdio v7 only works on node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Jul 16, 2024
1 parent 7a40cc3 commit 972f277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
# WDIO v7 does not work on Node > 16. Please refer to `setup.ts` for more information.
node-version: 16
- run: cd wdio/v7/typescript-basic && npm install && npm test
env:
API_KEY: ${{ secrets.AXE_DEVHUB_API_KEY }}
Expand Down

0 comments on commit 972f277

Please sign in to comment.