CodSpeedHQ / action

Github Actions for running CodSpeed in your CI
https://codspeed.io
MIT License
24 stars 3 forks source link

feat: add request retries #68

Closed art049 closed 1 year ago

art049 commented 1 year ago

Use node-fetch instead of github's http-client to have more clarity in the behavior and to be able to use built-in fetch implementation when GitHub starts supporting node18 to run actions.