From cb95c59ad5a4f8b308126e54a37f2f659ede4389 Mon Sep 17 00:00:00 2001 From: Vitaly Baev Date: Wed, 23 Jun 2021 19:05:25 +0300 Subject: [PATCH] docs: updated minimum Node.js version (#26528) ## Documentation / Examples - [x] Make sure the linting passes According to new requirements in `package.json` minimum Node.js version for now is 12.0 --- 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 02b46df7d6bfd..ebe35fa1159a5 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 10.13](https://nodejs.org/) or later +- [Node.js 12.0](https://nodejs.org/) or later - MacOS, Windows (including WSL), and Linux are supported ## Setup