Skip to content

Commit 3fc5b10

Browse files
authored
ci: don't run @testing-library/dom v10 against Node 12.x (#365)
1 parent 60a3a37 commit 3fc5b10

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/validate.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
2727
testing-library-dom: [8, 9, 10]
2828
exclude:
29-
- node: 12.x
30-
testing-library-dom: 9
31-
- node: 14.x
32-
testing-library-dom: 10
33-
- node: 16.x
34-
testing-library-dom: 10
29+
- testing-library-dom: 9
30+
node: 12.x
31+
- testing-library-dom: 10
32+
node: 12.x
33+
- testing-library-dom: 10
34+
node: 14.x
35+
- testing-library-dom: 10
36+
node: 16.x
3537
runs-on: ubuntu-latest
3638
steps:
3739
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)