Skip to content

Commit b4126e6

Browse files
committed
ci: do not test @testing-library/dom v9 against Node 12
1 parent 71e5c09 commit b4126e6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/validate.yml

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
testing-library: [8, 9]
2626
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
2727
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
28+
exclude:
29+
- testing-library: 9
30+
node: 12.22.0
31+
- testing-library: 9
32+
node: 12
2833
runs-on: ubuntu-latest
2934
steps:
3035
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)