-
Notifications
You must be signed in to change notification settings - Fork 5
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
Deprecate support for Node < 18 #40
Conversation
@benyebai can you fix the pipeline so that it builds with the correct node version? |
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.
Thanks for your PR!
But webpack is still transpiling for Node 6 so it doesn't address #38
I'm happy to accept a migration to Node 18 but if this is going to be the case, the module shouldn't serve transpiled file targeted to Node 6 anymore. I'm don't even think there is any value in having webpack and targeting Node 18+ since React projects have Babel or Webpack.
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.
Awesome thanks!
Fixed Issue #38
Updated the minimum node version to 18.0.0
Fixed the workflow and changed the node version from 16.17 to 18.20.3