-
Notifications
You must be signed in to change notification settings - Fork 71
Move to node 16 #543
Comments
This is untested, can you see if this fixes the issue? #546 |
This is the concrete warning annotation shown in the workflow summary (when using
|
There are no errors. just warnings |
Correct; no errors at the moment. But per link documentation GitHub support for Node12 is deprecated and may easily become an 'error' condition sometime in the Summer of 2023. |
I am encountering a similar issue, my GH action relies on this action, I'm getting the warning regarding node16 as well. It would be best to address this ASAP. Here are the things I had to do for my actions: |
A PR has been made at #546 6 days ago, but hasn't been reviewed/merged by the author yet. Someone else mentioned https://github.com/softprops/action-gh-release, which seems actively maintained. I decided to switch to softprops/action-gh-release, here is my PR for migration details: |
@marvinpinto 🙏🏻 |
+1 |
+1 |
Any movement on this?
It is only annoying and definitely not life-threatening. |
Actually, GitHub are deprecating actions using older Node versions (along with set-output) and they will cease to function after that. |
Whatever may be going on in the background: As long as these changes are not released they are not usable by other workflows. |
We are rebumping this project a bit mainly the releases part stay tunned |
Currently some actions are still using node 12 instead of node 16, which raises warnings and errors
The text was updated successfully, but these errors were encountered: