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

Use Node.js 20 #104

Closed gergely-xyz closed 6 months ago

gergely-xyz commented 6 months ago

Is your feature request related to a problem? Please describe. Using this action shows deprecation warnings "Node.js 16 actions are deprecated. " on github

Describe the solution you'd like Update to Node.js 20

Describe alternatives you've considered https://github.com/patrickedqvist/wait-for-vercel-preview is a similar action, but it is also still on Node 16

Additional context https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Vadorequest commented 6 months ago

Available in v2.0.0, see https://github.com/UnlyEd/github-action-await-vercel/tags

There should be no breaking changes, but I preferred to play it safe and release it as a new major version.