From e2bba41bf0f4913b7faaeff4920ec4eb98207a66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EB=B4=89=EC=B0=AC?= Date: Tue, 17 Dec 2024 01:26:13 +0900 Subject: [PATCH] docs: fix readme node version (#7316) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 966131db576..182192cb552 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains the source code and documentation powering [react.dev](https: ### Prerequisites 1. Git -1. Node: any 12.x version starting with v12.0.0 or greater +1. Node: any version starting with v16.8.0 or greater 1. Yarn: See [Yarn website for installation instructions](https://yarnpkg.com/lang/en/docs/install/) 1. A fork of the repo (for any contributions) 1. A clone of the [react.dev repo](https://github.com/reactjs/react.dev) on your local machine