Skip to content

Commit a46f01a

Browse files
authored
Make sure toBeElementsArrayOfSize doesn't delete passed in array (#1706)
* Make sure toBeElementsArrayOfSize doesn't delete passed in array * Remove node 16 from workflow * Bump webdriver version
1 parent 62263e1 commit a46f01a

File tree

5 files changed

+686
-2088
lines changed

5 files changed

+686
-2088
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
node-version: [16.x, 18.x, 20.x]
16+
node-version: [18.x, 20.x, 22.x]
1717
steps:
1818
- uses: actions/checkout@v2
1919
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)