perry-mitchell / ulidx

ULID generator for NodeJS and the browser
MIT License
281 stars 17 forks source link

Is Node version 16 really the minimum requirement? #27

Closed terrisgit closed 1 year ago

terrisgit commented 1 year ago

Both versions 1 and 2 specify Node 16+. I'm still on 14.

perry-mitchell commented 1 year ago

Node 14 just reached end of life - I personally would not recommend running any production workloads on it any more, but that's me.

I suppose it could have supported 14 but honestly you're the first person that has brought this up.

If there's more interest in this I might consider adding support via package json and the build config, but I wouldn't want to officially support it.

In the mean time you can still install it by ignoring the engines config or by forking it.

terrisgit commented 1 year ago

That’s fine. Thank you! Ulidx works fine with 14. We only have about 50 services and lambdas each to upgrade in multiple environments!