-
Notifications
You must be signed in to change notification settings - Fork 6
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
Deprecation of NodeJS 12 #32
Comments
Oh, thanks for highlighting that. Currently I'm out for some days, so I'll update it once I'll be in front of a computer, ok? Thanks again! |
@Nosfistis I'm trying to update to node18, but I'm having troubles with some related dependencies. I'm getting the following errors: Click for open
Thanks! |
Hi @patoroco, the action fails. Log
I think the errors you are seeing are related to the latest npm rules that require peer dependencies to match. Some older library versions might not support nodejs 18, or maybe they have not mentioned it in their package.json. Have you tried upgrading those libraries (e.g. eslint) to their latest version? You can also skip it by using |
There is a github action warning currently about the deprecation of nodejs 12:
Can we bump the node version to something more up to date, such as 18 LTS?
The text was updated successfully, but these errors were encountered: