Skip to content

Commit

Permalink
Reverted mocha to resolve minimum Node version bump
Browse files Browse the repository at this point in the history
- Mocha v11 requires a higher version of Node 18 than our minimum, so we
  should revert it to maintain support for v18.12.1 for now
  • Loading branch information
daniellockyer committed Jan 13, 2025
1 parent 4059fa2 commit 93fceec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1,166 deletions.
2 changes: 1 addition & 1 deletion ghost/captcha-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"devDependencies": {
"c8": "10.1.3",
"mocha": "11.0.1",
"mocha": "10.2.0",
"sinon": "19.0.2"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 93fceec

Please sign in to comment.