Skip to content

Commit

Permalink
Downgrade sinon
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Hornwitser committed Oct 30, 2024
1 parent 1be09c4 commit b5e98fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"fs-jetpack": "^4",
"sequelize": "^6",
"@sequelize/core": "latest",
"sinon": "^13",
"sinon": "^10",
"sinon-chai": "^3"
},
"scripts": {
Expand Down Expand Up @@ -69,6 +69,7 @@
"typescript": "~4.5"
},
"resolutions": {
"chai-datetime/chai": "^4"
"chai-datetime/chai": "^4",
"nise": "5.0.1"
}
}

0 comments on commit b5e98fe

Please sign in to comment.