-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
support node >=18 #1303
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
support node >=18 #1303
Conversation
this is not really the case. see non-goals in the ADR therefore, we should not drop support for older versions if we don't have a reason beyond "it's old node" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
see comment above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can check if there is a need for engines change once all the dependencies are updated
@ctcpip We need to update type-is, which supports Node >= 18 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Please don't forget to update the CHANGELOG.md
file as this is a breaking change :)
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
Signed-off-by: Sebastian Beltran <[email protected]>
@UlisesGascon I’ve already updated the changelog |
As with other packages, we support Node >=18 🙂 for this new version