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
This commit is contained in:
parent
6d7d659919
commit
4dae97de43
|
@ -31,11 +31,11 @@ To install Angular on your local system, you need the following:
|
||||||
|
|
||||||
* **Node.js**
|
* **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.
|
||||||
|
|
||||||
<div class="alert is-helpful">
|
<div class="alert is-helpful">
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue