From 591d1d13c406ffba6bd294e527500d63c467b818 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 19 Oct 2022 12:05:09 -0700 Subject: [PATCH] docs: update supported engines in readme (#5725) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e4a5f38a7607..b88882fadfee0 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ One of the following versions of [Node.js](https://nodejs.org/en/download/) must be installed to run **`npm`**: -* `12.x.x` >= `12.13.0` -* `14.x.x` >= `14.15.0` -* `16.0.0` or higher +* `14.x.x` >= `14.17.0` +* `16.x.x` >= `16.13.0` +* `18.0.0` or higher ### Installation