eclipse-che / che-dockerfiles

Eclipse Public License 2.0
86 stars 107 forks source link

Updated node version to v8 LTS #167

Closed zacharysang closed 6 years ago

zacharysang commented 6 years ago

What does this PR do?

Updates the version of node used in the node stack to v8 from v7. Also adds yarn as a tool in the stack

What issues does this PR fix or reference?

161

New behavior

node stack now uses node version: 8.10.0, npm version: 5.6.0, yarn version: 1.5.1

Tests written?

No

Docs updated?

Didn't update since this is just a version bump for the node stack

zacharysang commented 6 years ago

I closed this since I hadn't signed the ECA or included the signoff footer. I have since done these things and created a new PR (#173) that passes the corresponding checks.