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

docs: aligning and describing our Node support policy #1411

Merged
merged 7 commits into from
Jan 29, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
Co-authored-by: Josef Bredreck <[email protected]>
mfranzke and JosefBredereck authored Jan 29, 2022
commit 32cf2ce215ae6c61a8ea5c6f5f2a355e6ea86412
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -77,7 +77,7 @@ As each Node maintenance version reaches its end-of-life, we will replace that v

And we might even update the minor and patch version of that supported maintenance Node version on a regular basis, without making this a breaking change than as it should be in everybodys interest to even also follow this concept of using patched software as their development system basis, especially on those older Node versions.
mfranzke marked this conversation as resolved.
Show resolved Hide resolved

We will accept code that allows this package to run on newer, non-maintenance, versions of Node. Furthermore, we will attempt to ensure our own changes work on the latest version of Node. To help in that commitment, we even test that out by ourselves and get feedback from the community on a regular basis regarding all LTS versions of Node in addition the most recent Node release called current.
We will accept code that allows this package to run on newer, non-maintenance versions of Node. Furthermore, we will attempt to ensure our changes work on the latest version of Node. To help in that commitment, we even test that out by ourselves and get feedback from the community regularly regarding all LTS versions of Node and the most recent Node release called current.

JavaScript package managers like e.g. [NVM](https://github.com/nvm-sh/nvm) should allow you to install this package with any version of Node, with, at most, a warning if your version of Node does not fall within the range specified by our `node` `engines` property. If you encounter issues installing this package, please report the issue to your package manager.