Skip to content

Commit

Permalink
Merge pull request #473 from unexpectedjs/chore/updateJsdom
Browse files Browse the repository at this point in the history
Update jsdom to ^22.1.0
  • Loading branch information
papandreou authored Jul 21, 2023
2 parents 0b46f95 + 8906da1 commit 9449faa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
strategy:
matrix:
node:
- '10'
- '12'
- '14'
- '16'
- '18'
- '20'
steps:
- uses: actions/checkout@v2
- name: Setup node
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v1
with:
node-version: '14'
node-version: '20'
- run: npm install
- run: npm run ${{ matrix.targets.target }}
- name: Upload coverage
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"fs-extra": "^9.0.0",
"gh-pages": "^4.0.0",
"istanbul": "^0.4.5",
"jsdom": "^15.2.0",
"jsdom": "^22.1.0",
"karma": "^6.1.2",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "^3.0.0",
Expand Down

0 comments on commit 9449faa

Please sign in to comment.