adaltas / node-csv

Full featured CSV parser with simple api and tested against large datasets.
https://csv.js.org
MIT License
3.98k stars 263 forks source link

Support for Node 20.x #396

Closed lgandras closed 1 year ago

lgandras commented 1 year ago

Currently there's only support for node 18.x

wdavidw commented 1 year ago

I develop with node 20.x. When you write that there is no support for above 18.x, what do you refer to, github actions (I don't feel the need to test for every major Node.js versions but I will accept a pull request) or some documentation (I don't believe we mention the supported versions)?

lgandras commented 1 year ago

My problem was when trying to run https://www.npmjs.com/package/csv-parse (older version). I don´t know what solution I applied, but for now this seems to be working for me. My largest issue was installing the package, more than docs. I remember trying to see the CI to check how tests are done against version, but I believe that's internal only.

wdavidw commented 1 year ago

Closing since it is now working and without any precise description of the problem.