drewnoakes / fix-decoder

Unravels FIX messages into human readable tables
https://drewnoakes.com/fix-decoder/
80 stars 34 forks source link

Fix build broken by lodash upgrade #28

Closed drekbour closed 4 years ago

drekbour commented 4 years ago

Suggest dependabot be ignored until there is a test run as part of the build, or even a build :)

I also upgraded yarn@1.21.1 gulp@4.0.2 as I had issues with old versions of stuff so felt it better to just bump the stack.

drewnoakes commented 4 years ago

Thanks for fixing this. Do you have a recommendation for CI? Personally it's been a few years since I did much web stuff.

drekbour commented 4 years ago

If in doubt, just use TravisCI for simple github projects :) it's a well known quantity.