Skip to content

Commit af46ad9

Browse files
Merge pull request #10 from testing-library/drop-node-10-testing
chore: remove Node 10 from test matrix
2 parents cac99d2 + 385d4aa commit af46ad9

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)