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

documentation: publish a LTS recommendation for package.json engines semver #28

Closed
mderazon opened this issue Nov 12, 2015 · 3 comments
Closed

Comments

@mderazon
Copy link

Hi,

I am deploying Node on a PAAS that installs node runtime according to the engines field in package.json.

I was wondering what would be a good engines semver configuration for node & npm versions to make sure I get all the important updates while still staying on the LTS branch.

I think adding this to the documentation would be good.

For example, I can do something like

"engines" : {
    "node" : "4.x.x"
  },

Would that be right ?

10x

@bnoordhuis
Copy link
Member

I'd narrow it to "4.2.x". 4.2 is the LTS branch.

@rvagg
Copy link
Member

rvagg commented Nov 12, 2015

not really .. we're going to hit 4.3 soon thanks to the V8 backport

@jasnell
Copy link
Member

jasnell commented Nov 12, 2015

Specifically, any v4.x greater than v4.2.0 is part of the "Argon" LTS.

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

4 participants