JustinBeckwith / retry-axios

🦖 A super flexible interceptor for Axios that makes it easy to retry requests.
Apache License 2.0
487 stars 62 forks source link

Don't put node >=18 for this module #265

Closed Aarbel closed 2 months ago

Aarbel commented 2 months ago

Hi axios team, can you tolerate a lower version of node please ?

Minimum 18 is quite early

Thanks a lot !

JustinBeckwith commented 2 months ago

Node 16 went end of life, with no security patches, nearly a year ago. This project (and most npm modules) follow the node lts schedule. We will keep following node.