Skip to content

Commit

Permalink
ci: do not test @testing-library/dom v9 against Node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Jun 4, 2023
1 parent 71e5c09 commit b4126e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
testing-library: [8, 9]
eslint: [6.8.0, 6, 7.0.0, 7, 8.0.0, 8]
node: [12.22.0, 12, 14.17.0, 14, 16.0.0, 16]
exclude:
- testing-library: 9
node: 12.22.0
- testing-library: 9
node: 12
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
Expand Down

0 comments on commit b4126e6

Please sign in to comment.