Skip to content

Commit 447d170

Browse files
authored
Merge pull request #673 from w3c/dependabot/npm_and_yarn/jsdom-26.0.0
build(deps): bump jsdom from 25.0.1 to 26.0.0
2 parents a1c58d6 + 9ca89c6 commit 447d170

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
strategy:
99
matrix:
1010
node-version: [20.x, 22.x]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"express": "5.0.1",
88
"express-fileupload": "1.5.0",
99
"file-type": "19.6.0",
10-
"jsdom": "25.0.1",
10+
"jsdom": "26.0.0",
1111
"mkdirp": "3.0",
1212
"node-fetch": "3.3.0",
1313
"request": "2.88.2",

0 commit comments

Comments
 (0)