UnlyEd / github-action-await-vercel

GitHub Action - Awaits a Vercel deployment to be ready
https://github.com/marketplace/actions/await-for-vercel-deployment
MIT License
30 stars 9 forks source link

Upgrade from node12 to node16 #75

Closed Vadorequest closed 1 year ago

Vadorequest commented 1 year ago

https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#runs-for-javascript-actions

Must-have.

Node 12 has been out of support since April 2022, as a result we have started the deprecation process of Node 12 for GitHub Actions. We plan to migrate all actions to run on Node16 by Summer 2023. We will monitor the progress of the migration and listen to the community for how things are going before we define a final date. To raise awareness of the upcoming change, we are adding a warning into workflows which contain Actions running on Node 12. This will come into effect starting on September 27th.

Related to https://github.com/UnlyEd/github-action-await-vercel/issues/74

Vadorequest commented 1 year ago

https://github.com/UnlyEd/github-action-await-vercel/pull/77 didn't fully fixed the issue, I guess we use actions that are using node12. We would need to update those, as well.