adaltas / node-csv

Full featured CSV parser with simple api and tested against large datasets.

Home Page:https://csv.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for Node 20.x

lgandras opened this issue · comments

Currently there's only support for node 18.x

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)?

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.