Skip to content

Commit b5e98fe

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 b5e98fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
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": {
@@ -69,6 +69,7 @@
6969
"typescript": "~4.5"
7070
},
7171
"resolutions": {
72-
"chai-datetime/chai": "^4"
72+
"chai-datetime/chai": "^4",
73+
"nise": "5.0.1"
7374
}
7475
}

0 commit comments

Comments
 (0)