From 9c06af2dfc3f5177d3ebad030beeb411ba23e524 Mon Sep 17 00:00:00 2001 From: Umair Sarfraz Date: Fri, 21 Jun 2019 21:23:07 +0500 Subject: [PATCH] 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 --- aio/content/guide/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/testing.md b/aio/content/guide/testing.md index b62d61417e..6d86cd1b6a 100644 --- a/aio/content/guide/testing.md +++ b/aio/content/guide/testing.md @@ -150,7 +150,7 @@ sudo: false language: node_js node_js: - - "8" + - "10" addons: apt: