From a8cbafb31cae5775987eec081ee0f988cd7e94c9 Mon Sep 17 00:00:00 2001 From: joaootavios Date: Sat, 2 Sep 2023 11:42:37 -0300 Subject: [PATCH] fix versions of node.js --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index da46ce7f38075..cffee2429dddc 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**: -* `14.x.x` >= `14.17.0` -* `16.x.x` >= `16.13.0` -* `18.0.0` or higher +* `18.x.x` >= `18.17.0` +* `20.5.0` or higher ### Installation