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

add minimum node version to package json #268

Open
mr-zwets opened this issue Feb 3, 2025 · 0 comments
Open

add minimum node version to package json #268

mr-zwets opened this issue Feb 3, 2025 · 0 comments
Labels
ecosystem Related to ecosystem, tooling, etc.
Milestone

Comments

@mr-zwets
Copy link
Member

mr-zwets commented Feb 3, 2025

to configure this we need something like the following:

 "engines" : { 
    "npm" : ">=8.0.0 <9.0.0",
    "node" : ">=16.0.0 <17.0.0"
  }

we can also update the outdated contributors field in the package.json

@mr-zwets mr-zwets added this to the v0.11 milestone Feb 3, 2025
@mr-zwets mr-zwets added the ecosystem Related to ecosystem, tooling, etc. label Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecosystem Related to ecosystem, tooling, etc.
Projects
None yet
Development

No branches or pull requests

1 participant