GeekyEggo / delete-artifact

A GitHub Action to deletes artifacts within the workflow run.
MIT License
192 stars 51 forks source link

Update to node16 #9

Closed binaek closed 2 years ago

binaek commented 2 years ago

As per https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Github has deprecated all Actions using node12 as it's execution engine.

Should solve #8

GeekyEggo commented 2 years ago

Thanks @binaek, as part of v2 I've also bumped the node version to 16! 🙌

binaek commented 2 years ago

Ah! Thanks for the update as well as your hard work on this.