ci: downgrade chai from 4.4.0 to 4.3.10

4.4.0 fails with a syntax error in CI currently.
This commit is contained in:
link2xt
2024-01-05 23:00:13 +00:00
parent da11542322
commit af0833e821

View File

@@ -8,7 +8,7 @@
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^20.8.10",
"chai": "^4.2.0",
"chai": "~4.3.10",
"chai-as-promised": "^7.1.1",
"esm": "^3.2.25",
"mocha": "^8.2.1",