From b4b58a28be75f277830d8f6befdfa21cfd40ca6b Mon Sep 17 00:00:00 2001 From: joostdecock Date: Wed, 24 Aug 2022 10:08:59 +0200 Subject: [PATCH] chore: Updated README to NodeJS 16 --- README.md | 2 +- config/templates/readme.main.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a0e1909b98..3ced1d0c580 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ see in our mext major release. ## Getting started ⚡ -As this is a monorepo. You'll need [NodeJS v14](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. +As this is a monorepo. You'll need [NodeJS v16](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. Once you have those, clone (or fork) this repo and run `yarn kickstart`: ```bash diff --git a/config/templates/readme.main.md b/config/templates/readme.main.md index 719a278a869..ea6c12da10e 100644 --- a/config/templates/readme.main.md +++ b/config/templates/readme.main.md @@ -58,7 +58,7 @@ see in our mext major release. ## Getting started ⚡ -As this is a monorepo. You'll need [NodeJS v14](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. +As this is a monorepo. You'll need [NodeJS v16](https://nodejs.org), [lerna](https://lerna.js.org/) and [yarn](https://yarnpkg.com/) on your system. Once you have those, clone (or fork) this repo and run `yarn kickstart`: ```bash