-
Notifications
You must be signed in to change notification settings - Fork 6
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
Node 21 support #131
Comments
I'm adding support for Node 21 in #132. We don't normally support non-LTS versions of Node though because the churn is too high. Support for 21 will likely be dropped in a semver major (currently minor) version bump when Node 22 support is added. If you'll be using the library long term, we highly recommend sticking to LTS versions of Node. |
The release for this is ready but is delayed by a regression in Node 21. That'll be fixed when either Node 21.4.0 releases or shelljs accepts this PR and releases. This is reminding my of why we don't support non-LTS versions of Node :D. |
Thank you very much! 🤝 I'm happy to upgrade to 22 if/when you drop 21. |
Support is out in the github release and on npm |
Hey, I'd love to start using this and the associated wasm libraries but we have recently upgraded to Node 21, which you don't support yet.
Are there any plans to support Node 21? If so, when?
Thanks in advance.
The text was updated successfully, but these errors were encountered: