From 96bd9596c18b4c26b4d9353a637f655b14c81ba8 Mon Sep 17 00:00:00 2001 From: sharkykh Date: Wed, 28 Feb 2024 11:39:37 +0200 Subject: [PATCH] update readme NodeJS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0458cef..8817c5d 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To use the application, visit: (Unless making a separate API application and modifying the values in [`src/api.js`](/src/api.js)) Requirements: -- [NodeJS](https://nodejs.org) version 12.13.0 or above +- [NodeJS](https://nodejs.org) version 18.9.0 or above - [yarn](https://yarnpkg.com) version 1.15.0 or above ```