PolyGerrit: Update docs on install nodejs 6

nodejs 4 is no longer supported in polymer.

See https://github.com/Polymer/web-component-tester/blob/master/CHANGELOG.md#600---2017-05-15

Which is causing failures for ci. Lets update to nodejs 6.

Change-Id: Ie0e314785e5672e9f557e63c76616d33f601fe24
(cherry picked from commit 722987a7ab)
This commit is contained in:
Paladox none 2017-05-20 11:30:39 +00:00 committed by David Pursehouse
parent e00456ca9e
commit 9d00f8e216

View File

@ -2,8 +2,10 @@
## Installing [Node.js](https://nodejs.org/en/download/)
The minimum nodejs version supported is 6.x+
```sh
# Debian/Ubuntu
# Debian experimental
sudo apt-get install nodejs-legacy
# OS X with Homebrew