You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
any other relevant information: I'm not condoning use of Node 12, which is past its end of life. This broke an old CI job which was using Node 12. Rather, reporting this due to loss of stated Node versions support (and in a minor increment too).
What are you trying to achieve or the steps to reproduce?
I'm not using joi directly, but via wait-on. From what I can see, the release 17.8 bumped some dependencies to versions that don't claim to support Node 12 (https://hapi.dev/resources/status/).
Having investigated the cause chain myself, I wanted to report this to you rather than let the maintainer of wait-on do it themselves, to avoid repeated work and possibly save other consumers from trouble.
What was the result you got?
Error jeffbski/wait-on#136 , which I believe may have been caused by bumping of joi's dependencies in the 17.8 release.
This is probably a documentation issue indeed, as stated in your original issue, node 12 has been EOL for more than 2 years and was bound to break. I'm not sure I see an easy way out.
Support plan
Context
What are you trying to achieve or the steps to reproduce?
I'm not using joi directly, but via wait-on. From what I can see, the release 17.8 bumped some dependencies to versions that don't claim to support Node 12 (https://hapi.dev/resources/status/).
Having investigated the cause chain myself, I wanted to report this to you rather than let the maintainer of wait-on do it themselves, to avoid repeated work and possibly save other consumers from trouble.
What was the result you got?
Error jeffbski/wait-on#136 , which I believe may have been caused by bumping of joi's dependencies in the 17.8 release.
What result did you expect?
The package is compatible with Node 12, as stated on https://joi.dev/resources/status/#joi
The text was updated successfully, but these errors were encountered: