phish108 / autotag-action

A lightning fast autotagger for semver tagging in github actions
MIT License
14 stars 14 forks source link

`node12` is deprecated in favor of `node16` #191

Closed Rody-Oldenhuis closed 1 year ago

Rody-Oldenhuis commented 1 year ago

As per this 2022 blog post, node12 is going to be deprecated.

This currently gives a warning:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: phish108/autotag-action@1.1.53.

According to the post above, this will start breaking things sometime this summer.

Looks like it should be as simple as updating action.yml

phish108 commented 1 year ago

@Rody-Oldenhuis Thank you for this remark.

I bumped the node version up to node18. Version 1.1.54 should work again without complaints.

phish108 commented 1 year ago

v1.1.56 works, closing the issue