Skip to content

Commit 385d4aa

Browse files
chore: remove Node 10 from test matrix
Node 10 is currently end of life and is not supported by WebdriverIO v7. In order to continue testing against recent versions of WebdriverIO Node 10 needs to be dropped from the GitHub actions test matrix.
1 parent cac99d2 commit 385d4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webdriverio-testing-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest]
16-
node: [12, 10]
16+
node: [12]
1717
steps:
1818
- uses: nanasess/setup-chromedriver@master
1919
with:

0 commit comments

Comments
 (0)