Skip to content

Commit

Permalink
Downgrade mocha to keep support for node 8
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbrimicombe committed Nov 10, 2020
1 parent acef695 commit 165cf65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/yargs": "^12.0.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^8.2.1",
"mocha": "^7.2.0",
"mocha-jenkins-reporter": "^0.4.5",
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
Expand Down

0 comments on commit 165cf65

Please sign in to comment.