typescript-runtime-type-benchmarks icon indicating copy to clipboard operation
typescript-runtime-type-benchmarks copied to clipboard

Remove Node 16 and 18

Open DarkGL opened this issue 6 months ago • 3 comments

Node.js v16 and v18 already reached EOL

I want to propose removing support for node 16 and 18, it's already creating problem for us where we have to stay on older version of packages.

Also, v20 have require(esm)

If we still support v16 and v18 we can't use it event on never versions of node.

https://socket.dev/blog/require-esm-backported-to-node-js-20

@hoeck @moltar

DarkGL avatar May 05 '25 07:05 DarkGL

Yes, I am ok with removing Node versions that are no longer supported.

moltar avatar May 05 '25 12:05 moltar

As long as we can keep the historical data tho.

moltar avatar May 05 '25 12:05 moltar

if we just remove CI part while leaving data files and frontend part it should be fine ?

DarkGL avatar May 05 '25 15:05 DarkGL