From 4dae97de431be61cacb64ae5af0e3f5afde13053 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 26 Apr 2021 11:03:03 -0700 Subject: [PATCH] docs: update Node.js supported version statement (#41820) Update the statement expressing Angular's supported versions of Node.js. Previously, we stated that the `current` version of Node.js was supported, however Node.js's `current` version maps more closely to what we would term a `next` branch and is not expected meant for usage with production applications. This intention is stated on Node.js Releases page: > Production applications should only use Active LTS or Maintenance LTS releases. PR Close #41820 --- aio/content/guide/setup-local.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aio/content/guide/setup-local.md b/aio/content/guide/setup-local.md index 3fcc8541ab..ed06cd7eca 100644 --- a/aio/content/guide/setup-local.md +++ b/aio/content/guide/setup-local.md @@ -30,12 +30,12 @@ To install Angular on your local system, you need the following: {@a nodejs} * **Node.js** - - Angular requires a [current, active LTS, or maintenance LTS](https://nodejs.org/about/releases) version of Node.js. + + Angular requires an [active LTS or maintenance LTS](https://nodejs.org/about/releases) version of Node.js.
- For information about specific version requirements, see the `engines` key in the [package.json](https://unpkg.com/@angular/cli/package.json) file. + For information about specific version requirements, see the `engines` key in the [package.json](https://unpkg.com/browse/@angular/core/package.json) file.