From d65920e148370c981e351b26638242b3b195804b Mon Sep 17 00:00:00 2001 From: Jeff LADIRAY Date: Tue, 24 May 2022 09:58:51 +0200 Subject: [PATCH] docs: fix nodejs requirements --- docs/getting-started/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index 2ea048f2d2..ea15abeffa 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -28,7 +28,7 @@ At the end of your onboarding, you will **out-of-the-box** be able to: ## Prerequisites -- Node.js > 14.0.0 +- Node.js ^14.15.0 || ^16.13.0 - NPM > 6.14.4 or yarn > 1.22.17 If you meet those prerequisites, we strongly recommand to follow our [Install guide](./install.md)