Skip to content

Commit

Permalink
Bump to next version of jsdom
Browse files Browse the repository at this point in the history
badeball committed Jan 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 30ee3c8 commit 0083881
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
karma: [2, 3, 4, 5, 6]
jsdom: [16, 17, 18, 19, 20, 21, 22, 23]
jsdom: [17, 18, 19, 20, 21, 22, 23, 24]
name: Karma v${{ matrix.karma }} & jsdom v${{ matrix.jsdom }}
steps:
- name: Checkout
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"test": "mocha --timeout 10000 --slow 5000"
},
"peerDependencies": {
"jsdom": ">=16 <=23",
"jsdom": ">=17 <=24",
"karma": ">=2 <=6"
},
"license": "MIT",

0 comments on commit 0083881

Please sign in to comment.