From 8d8d8062342665555635af932f065fb237666b0c Mon Sep 17 00:00:00 2001 From: Erik <7330807+robere2@users.noreply.github.com> Date: Sun, 12 May 2024 21:53:10 -0400 Subject: [PATCH] internal: Update README recommended Node.js versions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04ccb1a..17a0aea 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ As few dependencies as possible are used, and new dependencies should be install ### Prerequisites -You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v16 is recommended, but v14 and v18 are also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running: +You should have [Node.JS and NPM](https://nodejs.org/en/download/) installed on your computer. Node.js v20 is recommended, but v18 and v22 are also supported. If you have [nvm](https://github.com/nvm-sh/nvm) installed, you can switch to the correct Node.js version by running: ```shell nvm use