Skip to content

Commit

Permalink
Add support for jsdom v23
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Nov 27, 2023
1 parent df27717 commit 58045df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
karma: [2, 3, 4, 5, 6]
jsdom: [16, 17, 18, 19, 20, 21, 22]
jsdom: [16, 17, 18, 19, 20, 21, 22, 23]
name: Karma v${{ matrix.karma }} & jsdom v${{ matrix.jsdom }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -18,7 +18,7 @@
"test": "mocha --timeout 10000 --slow 5000"
},
"peerDependencies": {
"jsdom": ">=16 <=22",
"jsdom": ">=16 <=23",
"karma": ">=2 <=6"
},
"license": "MIT",
Expand Down

0 comments on commit 58045df

Please sign in to comment.