diff --git a/aio/content/guide/setup-local.md b/aio/content/guide/setup-local.md index c84fed3c7d..af111e71c1 100644 --- a/aio/content/guide/setup-local.md +++ b/aio/content/guide/setup-local.md @@ -23,7 +23,7 @@ Before you begin, make sure your development environment includes `Node.jsĀ®` an {@a nodejs} ### Node.js -Angular requires `Node.js` version 10.9.0 or later. +Angular requires a [current, active LTS, or maintenance LTS](https://nodejs.org/about/releases/) version of `Node.js`. See the `engines` key for the specific version requirements in our [package.json](https://unpkg.com/@angular/cli/package.json). * To check your version, run `node -v` in a terminal/console window.