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:
parent
83f0304cfc
commit
9c06af2dfc
|
@ -150,7 +150,7 @@ sudo: false
|
|||
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "10"
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
|
Loading…
Reference in New Issue