Skip to content

Commit 5d31b3c

Browse files
committed
ci: revert mocha to old version for support node6
1 parent 10ea86c commit 5d31b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"istanbul": "^0.4.5",
1313
"jscs": "^3.0.7",
1414
"jshint": "^2.10.3",
15-
"mocha": "^7.0.0"
15+
"mocha": "^6.2.2"
1616
},
1717
"scripts": {
1818
"test": "npm run lint && mocha -R dot && npm run cover",

0 commit comments

Comments
 (0)