zth / rescript-relay-router

MIT License
16 stars 3 forks source link

Allow newer versions of Node.js #15

Closed Kingdutch closed 2 years ago

Kingdutch commented 2 years ago

Node 18 is out which contains fetch so we want to allow people to update.

We keep a reasonably modern version as minimum for the CLI to rely on.

We choose no upper bound to prefer people being able to experiment with newer Node versions rather than covering the small chance we use an API that is removed at some point, breaking the package.