-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
What version of node does this library support? #2993
Comments
Do you mean that it supports any node version v12 and above at this moment? Which means it should support v18 right? |
@Marsup what do you think of adding |
I would like to say that it's a bit difficult to understand which node version Joi supports given the documentation. So having a |
You can safely assume that it supports all LTS versions from v12 in regards to |
If you receive an answer as to if it does support node v18, please put the answer in this issue. Thank you! And keep this updated in regards to the |
I'm pretty sure it supports node@18. Do you have an issue with node@18 that makes you think otherwise? |
@JustCasuallyJames if you look at the tests run on GitHub actions: https://github.com/hapijs/joi/actions/runs/6408115210 all tests pass for node@18 and node@20 so the support extends to node@20 as well. |
Correct. I'm experiencing an issue when I'm upgrading my app from node 14 to 18. I'm trying to deduce what the real issue is. I appreciate you helping! |
Do you mind sharing your error and some code perhaps if needed so we can better understand what's the problem you're facing? |
Unfortunately, I am unable to share my specific code for privacy reasons. Although, I do appreciate you helping me out! I honestly don't know exactly where the problem is so I'm grasping at strings. |
Support plan
Context
How can we help?
I just need to know what the node version that JOI supports or where it tells you what it supports.
The text was updated successfully, but these errors were encountered: