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 guideline: Node.js version usage & support #63

Open
boneskull opened this issue Nov 6, 2023 · 1 comment
Open

add guideline: Node.js version usage & support #63

boneskull opened this issue Nov 6, 2023 · 1 comment

Comments

@boneskull
Copy link

  • What version(s) of Node.js should be run in a development, CI, or production environment? Evaluate risk of running EOL Node.js versions in these environments.
  • For OSS projects, should the minimum supported Node.js version track the above? When can OSS projects drop an old version of Node.js, when should they, and when must they?
  • Any special considerations for odd-numbered releases? These versions do not enter LTS and have a lifespan of about nine months.
  • Given Node.js has a documented release cadence--a version going EOL should not be a surprise--how should projects use this info to stay within the guidelines over time?
@mcmire
Copy link
Contributor

mcmire commented Jun 12, 2024

We've also had questions around:

  • what the engines.node field in package.json represents and how that relates to the current, past, and future versions of Node (considering that Yarn v2+ ignores it by default when installing dependencies)
  • what .nvmrc represents and what its relationship to engines.node is
  • how the versions of Node we test (i.e. the matrix we use in CI) relate to both of these

Perhaps we ought to use this space to clarify these as well?

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

No branches or pull requests

2 participants