Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit c3e5fd2

Browse files
(create-wdio): fix multiple issues, simplify/cleanup code (#585)
1 parent 76a5456 commit c3e5fd2

7 files changed

Lines changed: 226 additions & 307 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node-version: [16.x, 18.x]
10+
node-version: [16.x, 18.x, 20.x]
1111
steps:
1212
- name: Clone Repository
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)