-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Drop support for node v10 and v12 #5348
Comments
I'm not sure what exact requirement for this. Do you mean we may document it somewhere? or explicitly drop something we currently do but shouldn't? I'm in support of dropping deprecated old versions though. |
Maybe here? |
The problem is that any SWC version could be installed on Node v12 (which is still used in some of our legacy projects) now, but the most recent SWC versions don't support Node 12 in fact. So now I have to find the version that worked before the last dependency reinstallation in order to fix it in my |
Describe the feature
Nodejs v10 and v12 are deprecated and not supported anymore, the oldest supported version is v14.
see https://nodejs.org/en/about/releases/
Changes here https://github.com/swc-project/swc/blob/main/package.json#L22
Babel plugin or link to the feature description
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: