-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
build!: minimum supported Node.js version is 18.12.0
#252
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #252 +/- ##
=======================================
Coverage 96.09% 96.09%
=======================================
Files 3 3
Lines 282 282
Branches 111 111
=======================================
Hits 271 271
Misses 11 11 ☔ View full report in Codecov by Sentry. |
package.json
Outdated
"@types/serialize-javascript": "^5.0.4", | ||
"@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"babel-jest": "^29.7.0", | ||
"clean-css": "^5.3.3", | ||
"copy-webpack-plugin": "^9.1.0", | ||
"copy-webpack-plugin": "^12.0.1", |
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't update it right now due a bug on Node.js@18 side, it was fixed in 20.x and 21.x
This PR contains a:
Motivation / Use-Case
Update Node & deps.
Breaking Changes
Minimum supported Node.js version is 18.12.0
Additional Info
No