Skip to content

Commit af0833e

Browse files
committed
ci: downgrade chai from 4.4.0 to 4.3.10
4.4.0 fails with a syntax error in CI currently.
1 parent da11542 commit af0833e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"devDependencies": {
99
"@types/debug": "^4.1.7",
1010
"@types/node": "^20.8.10",
11-
"chai": "^4.2.0",
11+
"chai": "~4.3.10",
1212
"chai-as-promised": "^7.1.1",
1313
"esm": "^3.2.25",
1414
"mocha": "^8.2.1",

0 commit comments

Comments
 (0)