Skip to content

Commit

Permalink
ci: don't run @testing-library/dom v10 against Node 12.x (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Apr 19, 2024
1 parent 60a3a37 commit 3fc5b10
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
node: [12.x, 14.x, 16.x, 18.x, 20.x, 21.x]
testing-library-dom: [8, 9, 10]
exclude:
- node: 12.x
testing-library-dom: 9
- node: 14.x
testing-library-dom: 10
- node: 16.x
testing-library-dom: 10
- testing-library-dom: 9
node: 12.x
- testing-library-dom: 10
node: 12.x
- testing-library-dom: 10
node: 14.x
- testing-library-dom: 10
node: 16.x
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit 3fc5b10

Please sign in to comment.