Thoughts on going nodejs > 20? #808
Closed
prabhu
announced in
Announcements
Replies: 1 comment
-
cdxgen nowadays is node >= 20 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently support node.js > 16. This is causing increased testing and maintenance effort since we have to rewrite and ensure everything works in node 16, a version unavailable on the local dev environment.
Further key packages like got have gone for node > 20.
As a bonus, cdxgen is around 5% faster with node js 21.5.0 thanks to simdjson and the new c++ package json resolver.
https://github.com/sindresorhus/got/releases
Beta Was this translation helpful? Give feedback.
All reactions