From c4faee47224df19d0cb5c819b2aee47e19b048c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kawula?= Date: Mon, 18 Aug 2025 16:44:52 +0200 Subject: [PATCH] docs: fixed mismatch between supported node versions (#63218) node versions listed here https://angular.dev/reference/versions and minimal listed in installation.md are different PR Close #63218 --- adev/src/content/introduction/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/introduction/installation.md b/adev/src/content/introduction/installation.md index 19ee0c3229b..4201488f90b 100644 --- a/adev/src/content/introduction/installation.md +++ b/adev/src/content/introduction/installation.md @@ -19,7 +19,7 @@ If you're starting a new project, you'll most likely want to create a local proj ### Prerequisites -- **Node.js** - [v20.11.1 or newer](/reference/versions) +- **Node.js** - [v20.19.0 or newer](/reference/versions) - **Text editor** - We recommend [Visual Studio Code](https://code.visualstudio.com/) - **Terminal** - Required for running Angular CLI commands - **Development Tool** - To improve your development workflow, we recommend the [Angular Language Service](/tools/language-service)