Skip to content

Commit

Permalink
Updated jsdom version
Browse files Browse the repository at this point in the history
Required minimum node engine of >= 18
  • Loading branch information
bbyars committed Feb 4, 2024
1 parent c2a4a32 commit 81285f3
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 837 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ version: 2.1
executors:
node-maintenance:
docker:
- image: cimg/node:16.20.2
- image: cimg/node:18.19.0
environment:
- MB_SLOW_TEST_TIMEOUT: 10000
node-active:
docker:
- image: cimg/node:18.17.1
- image: cimg/node:18.19.0
environment:
- MB_SLOW_TEST_TIMEOUT: 10000
node-current:
docker:
- image: cimg/node:20.5.1
- image: cimg/node:21.6.1
environment:
- MB_SLOW_TEST_TIMEOUT: 10000

Expand Down
2 changes: 1 addition & 1 deletion mbTest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "4.18.2",
"fs-extra": "11.2.0",
"hpagent": "1.0.0",
"jsdom": "20.0.1",
"jsdom": "24.0.0",
"mocha": "10.2.0",
"mocha-multi-reporters": "1.5.1",
"mountebank": "file:..",
Expand Down

0 comments on commit 81285f3

Please sign in to comment.