github-tagger icon indicating copy to clipboard operation
github-tagger copied to clipboard

Upgrade node version to node16

Open samueljsb opened this issue 2 years ago • 2 comments

GitHub has deprecated support for node12 in actions: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/

To continue using this action after Summer 2023 the version of node must be updated.


I would open a PR to do this but I'm not sure how to test the action. Would appreciate any guidance to help with that.

samueljsb avatar Oct 14 '22 17:10 samueljsb

Did anyone found an alternative to this action?

kdeldycke avatar Dec 19 '22 07:12 kdeldycke

I've needed this myself, so I created an action that uses the same approach a this one but has all the dependencies updated, using node 20.

I am not an active javascript developer, so bear with me that I use this package to scratch my own itch. If you need it too, here it is: https://github.com/pxpm/github-tag-action

pxpm avatar Jan 28 '24 14:01 pxpm