tastytrade / tastytrade-api-js

Javascript sdk for the tastytrade api
MIT License
63 stars 34 forks source link

fix #19: target modern node runtimes #22

Closed osdevisnot closed 5 months ago

osdevisnot commented 5 months ago

We already enforce node>=20.0.0 in package.json for this SDK. The recommended target for that node version is es2022. This PR set's it to es2020 just to be on safer side.