From 84acbe1b8a0306041a195eba95be6221564c1f92 Mon Sep 17 00:00:00 2001 From: Fran Zekan Date: Wed, 18 Mar 2020 20:12:40 +0100 Subject: [PATCH] Fix node version in readme (#2837) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9118e71..a10ba5f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This repo contains the source code and documentation powering [reactjs.org](http ### Prerequisites 1. Git -1. Node: any 8.x version starting with 8.4.0 or greater +1. Node: any 12.x version starting with v12.0.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 [reactjs.org repo](https://github.com/reactjs/reactjs.org) on your local machine