From 3a18569b917e1f2b61f55f1b89609b8e90e27249 Mon Sep 17 00:00:00 2001 From: romarionijim Date: Sun, 9 Feb 2025 10:35:49 +0200 Subject: [PATCH] docs: update Node.js version requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3ab679..6f088cd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * Applied an Object-Oriented Programming (OOP) structure to ensure reusability, scalability, and maintainability of the framework. * Integrated CI/CD pipelines with GitHub Actions for automated testing and deployment. ## Pre requisites -* Nodejs installed version 18 and above (you can use NVM) +* Nodejs installed version 20 and above (you can use NVM) * IDE (VScode, Webstorm) ## Getting started * to get started with the project - first clone the repo by opening the terminal in your IDE and run: