petems / csv-to-md-table-action

A Github action to convert CSV to markdown
MIT License
11 stars 8 forks source link

Upgrade Node.js to 20 #243

Closed mariuspaliga closed 4 months ago

mariuspaliga commented 6 months ago

Hi, similarly to here, would it be possible to upgrade to node 20, please? https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Currently, the GitHub gives the following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: petems/csv-to-md-table-action@v3.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
petems commented 6 months ago

Man these deprecations come fast! I'll bump to node 20, test and push out a build tonight or tomorrow

petems commented 6 months ago

Just bumped to Node.js 20, released as https://github.com/petems/csv-to-md-table-action/releases/tag/v4.0.0 can you see if the deprecation message is gone for you?

mariuspaliga commented 6 months ago

Yes, the deprecation warning is gone. Thanks!

petems commented 4 months ago

👍🏻 awesome