Skip to content

Commit 3dadf12

Browse files
committed
Downgrade sinon
Versions of sinon >= 11 is incompatible with Node.js v10, which breaks the ci tests.
1 parent 1be09c4 commit 3dadf12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fs-jetpack": "^4",
1515
"sequelize": "^6",
1616
"@sequelize/core": "latest",
17-
"sinon": "^13",
17+
"sinon": "^10",
1818
"sinon-chai": "^3"
1919
},
2020
"scripts": {

0 commit comments

Comments
 (0)