amondnet / vercel-action

This action make a deployment with github actions instead of Vercel builder.
https://vercel.com/docs/cli
MIT License
635 stars 98 forks source link

Node.js 16 actions are deprecated #249

Closed dmarcucci closed 6 months ago

dmarcucci commented 8 months ago

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

simon-robertson-shift commented 6 months ago

v25 doesn't appear to support Node 18+

The following deployment error is being reported:

Node.js 16 actions are deprecated. Please update the following actions to use
Node.js 20: amondnet/vercel-action@v25. For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Is this likely to be resolved soon or should we look for an alternative GitHub action to use?

dmarcucci commented 6 months ago

I just looked into it. The solution is literally a one-line change, lol.

I'll fork and make a PR shortly.

dmarcucci commented 6 months ago

PR is here.

@amondnet If you could please review, merge, and publish so that people can continue to use this action, that would be greatly appreciated.

vickkhera commented 6 months ago

PR is here.

@amondnet If you could please review, merge, and publish so that people can continue to use this action, that would be greatly appreciated.

And please update the README to specify the new version because people still copy/paste it into their action.

dmarcucci commented 6 months ago

Fix is in v25.2.0.

Thanks @amondnet!