From 83a69aad7d24373ab3b063e39153e377feeaf805 Mon Sep 17 00:00:00 2001 From: gnikit Date: Sun, 10 Dec 2023 13:47:08 +0000 Subject: [PATCH] docs: Update NodeJS version requirement --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d69cce42..dfa610f4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ Where `` should be your GitHub username. ### Dependencies -To build this project you will need [NodeJS](https://nodejs.org/) `>= 16.13.1`. +To build this project you will need [NodeJS](https://nodejs.org/) `>= 20.0.0`. Open a terminal and run for a quick dependency installation: ```sh