giraffate / clippy-action

MIT License
62 stars 6 forks source link

Bump Node runtime version to 20 #87

Open AlexTMjugador opened 7 months ago

AlexTMjugador commented 7 months ago

GitHub intends for every GitHub Action to migrate to Node 20 by Spring 2024, and we are on Spring 2024. To move forward and do not cause inconveniences to users (due to the deprecation warning that this action shows when used on workflows) and GitHub (so that they don't have reasons to delay the upgrade), let's update this action to use Node 20.

As far as I can see, this action does not need any code changes to work under a Node 20 runtime.

Fixes #86.