From 067075ca072825c8345282af01c9ebc4cbf50a48 Mon Sep 17 00:00:00 2001 From: matamatanot <39780486+matamatanot@users.noreply.github.com> Date: Sat, 16 Oct 2021 06:48:13 +0900 Subject: [PATCH] Update minimum Node version in Getting Started (#29952) Follow up to #29949 ## Documentation / Examples - [x] Make sure the linting passes --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 05be421a58d07..01c79ba6f052e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -14,7 +14,7 @@ If you have questions about anything related to Next.js, you're always welcome t #### System Requirements -- [Node.js 12.0](https://nodejs.org/) or later +- [Node.js 12.22.0](https://nodejs.org/) or later - MacOS, Windows (including WSL), and Linux are supported ## Setup