From dcedacb675f96c4fa73ad2dca158a5e550f10e7f Mon Sep 17 00:00:00 2001 From: Kyle Rollins Date: Fri, 3 Dec 2021 10:01:45 -0600 Subject: [PATCH] chore: add minimum node.js versions (#3734) * chore: add minimum node.js versions * chore: fix build check * chore: add period back in Co-authored-by: ehmicky --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index a2204c6a3c9..29e6f044ddf 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,6 +9,9 @@ Welcome to the Netlify CLI! This site provides online access to all help strings If you have questions, ideas, or would like to contribute, check out the [repository on Github](https://github.com/netlify/cli/). +**Before you begin** +Make sure you have [Node.js](https://nodejs.org/en/download/) version 12.20.0, 14.14.0, 16.0.0, or later. + **Install the CLI** To install the CLI, pop open your terminal and install with `npm`.