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

Define Node.js supported version in the package.json engines field #606

Closed
trivikr opened this issue Jul 16, 2024 · 0 comments · Fixed by #607
Closed

Define Node.js supported version in the package.json engines field #606

trivikr opened this issue Jul 16, 2024 · 0 comments · Fixed by #607

Comments

@trivikr
Copy link
Contributor

trivikr commented Jul 16, 2024

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

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.

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

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 a pull request may close this issue.

1 participant