Skip to content

Commit 4dacabb

Browse files
committed
Downgrade sinon
Versions of sinon >= 11 is incompatible with Node.js v10, which breaks the ci tests. Also pin nise as it's not following Node.js version.
1 parent 1be09c4 commit 4dacabb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)