mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-13 22:41:32 -05:00
Reverted mocha to resolve minimum Node version bump
- 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
This commit is contained in:
parent
4059fa2f7f
commit
93fceec613
2 changed files with 14 additions and 1166 deletions
|
@ -19,7 +19,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"c8": "10.1.3",
|
||||
"mocha": "11.0.1",
|
||||
"mocha": "10.2.0",
|
||||
"sinon": "19.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue