Conversation
574d30c to
29c3f72
Compare
29c3f72 to
4398cb0
Compare
|
0.10 was removed in #19665 |
|
Not that I have any personal objections, but my employer still relies on Perhaps, since Node js 6.x is the new LTS release, we should make this the On Sat, Oct 29, 2016 at 4:19 PM, Tim Steinbach notifications@github.com
|
|
@svanderburg alright - so lets keep 4.x around and set 6.x as default version exposed by |
|
@NeQuissimus ooops- you are absolutely right of course - nodejs 0.10 is gone already. My bad ;) |
|
This will be solved by #19980 |
Motivation for this change
Currently we are still maintaining versions
0.10,4_xand6_x. Since October6_xis the active LTS release. I see no good reason to keep maintaining 4.x (See LTS Schedule). As for0.10that might be of use for some legacy projects I suppose.What are your thoughts on this @svanderburg and @LnL7 ?
I also need some help with this PR. I think
pkgs/development/node-packages/*needs some work. Thegeneratescript was still referring to non-existing v5 packages and the v0.10 refers to v4 composition files. The generation for 6.x is missing entirely.Can you help me out with that @svanderburg ?