cgewecke / eth-gas-reporter

Gas usage per unit test. Average gas usage per method. A mocha reporter.
MIT License
603 stars 94 forks source link

Update Mocha to v10 #295

Closed frangio closed 12 months ago

frangio commented 12 months ago

This is a simple bump in the package.json

I was not able to run the tests locally.

I had a look at Mocha's changelog, the only thing that looked like it might affect this project was dropped support for Node 12, so I bumped the version used in CI to 18. (Node 16 will reach end-of-life very soon.)

I checked in the console that the Base reporter is still there where eth-gas-reporter expects it.