From 325c76502cdafed1c967caf1f07b4e9819faa5dc Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 19 Oct 2022 11:55:34 -0700 Subject: [PATCH] docs: update supported engines in readme --- 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