From 6f86d666cabd98e8286eeeafe98e7acae911113f Mon Sep 17 00:00:00 2001 From: lazerg Date: Tue, 4 Aug 2026 21:44:36 +0500 Subject: [PATCH] docs: fix supported Node.js version in installation prerequisites (cherry picked from commit 96b80424c787f7a278b543c19f2c2364041761f4) --- 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 f1009d18d5d..824e2e8ca7e 100644 --- a/adev/src/content/introduction/installation.md +++ b/adev/src/content/introduction/installation.md @@ -17,7 +17,7 @@ If you're starting a new project, you'll most likely want to create a local proj ### Prerequisites -- **Node.js** - [v20.19.0 or newer](/reference/versions) +- **Node.js** - [v22.22.3 or newer](/reference/versions) - **Text editor** - We recommend [Visual Studio Code](https://code.visualstudio.com/) - **Terminal** - Required for running [Angular CLI](/tools/cli) commands - **Development Tool** - To improve your development workflow, we recommend the [Angular Language Service](/tools/language-service)