Skip to content
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

Merged
merged 9 commits into from
Jun 20, 2024

Conversation

benyebai
Copy link
Contributor

@benyebai benyebai commented May 29, 2024

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

@cmdshepard
Copy link
Member

@benyebai can you fix the pipeline so that it builds with the correct node version?

Copy link
Member

@cmdshepard cmdshepard left a 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.

@cmdshepard cmdshepard added the enhancement New feature or request label Jun 7, 2024
@cmdshepard cmdshepard linked an issue Jun 7, 2024 that may be closed by this pull request
@cmdshepard cmdshepard changed the base branch from master to dev June 20, 2024 18:09
Copy link
Member

@cmdshepard cmdshepard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome thanks!

@cmdshepard cmdshepard changed the title Update version Deprecate support for Node < 18 Jun 20, 2024
@cmdshepard cmdshepard merged commit a50a3e1 into wizardrylabs:dev Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webpack bundler & Node.JS engine mismatch
2 participants