mathieudutour / github-tag-action

A Github Action to automatically bump and tag master, on merge, with the latest SemVer formatted version. Works on any platform.
https://github.com/marketplace/actions/github-tag
MIT License
624 stars 195 forks source link

Update action to use Node 20 or newer #198

Closed mhemani-reach closed 6 months ago

mhemani-reach commented 7 months ago

Node 16 is EOL and Github Actions is deprecating it in Spring 2024. Please update the action to Node 20. More info: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

naresh-gn commented 7 months ago

Created a PR to upgrade to node20, if someone from admin can take a look at it https://github.com/mathieudutour/github-tag-action/pull/202 @mathieudutour fyi

dfeldick commented 6 months ago

Please? Would really like to see the warnings removed from my gitlab action.

ayyadalaa commented 6 months ago

Same, I wish this gets addressed.

mhemani-reach commented 6 months ago

Github will be migrating to run all actions by default on Node 20 by May 13, 2024 @mathieudutour can you review and merge https://github.com/mathieudutour/github-tag-action/pull/202 if there's no remaining blockers?

https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/