kentkwu commented on PR #411:
URL: https://github.com/apache/arrow-js/pull/411#issuecomment-4047563607

   @kou, the library requirements are still the same. So this change is not 
dropping support for 20. This is handled via `package.json`
   
   ```json
     "engines": {
       "node": ">=20.0"
     },
   ```
   
   However, the concern about dropping 20 in CI for tests is valid. I updated 
to matrix `[20, 24]` so we can test against current active LTS (24) and oldest 
maintenance LTS (20). Let me know if there are any objections.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to