We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The supported Node.js version is not called out in an easy to find place in jscodeshift project.
For example, when upgrading to 0.16.0, I'd to read through PR #588 which mentioned in the description
To support the updates to these libraries it will be necessary to deprecate node 12 and some node 14 versions prohibited by the libraries.
There are several ways to call out supported Node.js versions on npm packages. The official one is to mention it in the engines field.
Define Node.js supported version in the package.json engines field as >=16.0.0
>=16.0.0
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
The supported Node.js version is not called out in an easy to find place in jscodeshift project.
For example, when upgrading to 0.16.0, I'd to read through PR #588 which mentioned in the description
There are several ways to call out supported Node.js versions on npm packages. The official one is to mention it in the engines field.
Describe the solution you'd like
Define Node.js supported version in the package.json engines field as
>=16.0.0
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: