docs: update node minimum version (#31192)

Docs for for Travis CI setup suggest using node version 8 when the minimum should be 10. This commit updates the documentation by specifying the minimum required version as 10.

Fixes https://github.com/angular/angular/issues/31185

PR Close #31192
This commit is contained in:
Umair Sarfraz 2019-06-21 21:23:07 +05:00 committed by Kara Erickson
parent 83f0304cfc
commit 9c06af2dfc
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ sudo: false
language: node_js language: node_js
node_js: node_js:
- "8" - "10"
addons: addons:
apt: apt: