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

Add node 18 support #197

Merged
merged 4 commits into from
Sep 1, 2023
Merged

Add node 18 support #197

merged 4 commits into from
Sep 1, 2023

Conversation

ahangarha
Copy link
Contributor

@ahangarha ahangarha commented Aug 29, 2023


Resolves #198

Node.js uses OpenSSL version 3 by default since v17. OpenSSL version 3 doesn't enable the MD4 algorithm support which is used by webpack to generate file hashes.
Webpack 5.61.0 implemented MD4 using web assembly.

To support Node 18, Upgrading webpack to version >= 5.61 is required is
required.

More info: https://sebhastian.com/error-0308010c-digital-envelope-routines-unsupported/
@ahangarha ahangarha changed the title WIP - Add node 18 to CI matrix WIP - Add node 18 support Aug 30, 2023
.eslintrc.yml Outdated Show resolved Hide resolved
@ahangarha ahangarha changed the title WIP - Add node 18 support Add node 18 support Aug 30, 2023
@ahangarha ahangarha mentioned this pull request Aug 30, 2023
@ahangarha ahangarha changed the title Add node 18 support WIP - Add node 18 support Aug 30, 2023
@ahangarha ahangarha marked this pull request as ready for review August 30, 2023 19:14
.eslintrc.yml Outdated Show resolved Hide resolved
@ahangarha ahangarha changed the title WIP - Add node 18 support Add node 18 support Aug 30, 2023
@ahangarha ahangarha marked this pull request as draft August 31, 2023 11:39
@ahangarha ahangarha marked this pull request as ready for review August 31, 2023 11:52
@justin808 justin808 merged commit a03a789 into master Sep 1, 2023
3 checks passed
@justin808 justin808 deleted the fix-issue-with-node-18 branch September 1, 2023 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Node 18
2 participants