-
-
Notifications
You must be signed in to change notification settings - Fork 16
Upgrade NodeJS to 20.6.1 #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi! Thanks for bringing this to my attention. Node 16 had its end of life date two days ago 🙂 I noticed you're not updating the most important field that specifies the node version - the field Of course the ideal course of action would be to update the node version everywhere, but I just learned that running Github actions on node18 is not supported, see: https://github.com/orgs/community/discussions/53217 Node 20 is supported by the Github action runner, and 20 will be the next LTS version, so we should just use that. Could you update your PR to use the latest node 20 version instead, also in the |
Hi @angelikatyborska |
Thank you! |
Dependencies need to be upgraded to fix the |
cool, let me know if you need any help, I just saw the |
I managed to get everything working. Thanks again 🙏 |
Great, Thanks @angelikatyborska |
No description provided.