From 29321be37cb5dc3e23d22890d687fe36e8ba454e Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Tue, 5 Aug 2025 14:58:21 +0300 Subject: [PATCH] Updated Contribution Guidelines (markdown) --- Contribution-Guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contribution-Guidelines.md b/Contribution-Guidelines.md index f3405b8..3eb6463 100644 --- a/Contribution-Guidelines.md +++ b/Contribution-Guidelines.md @@ -72,7 +72,7 @@ To avoid multiple pull requests resolving the same issue, make sure that you are #### Prerequisites -- [Node.js 20](https://nodejs.org/) +- [Node.js 24](https://nodejs.org/) - [VS Code](https://code.visualstudio.com/) (optional, but strongly recommended) > [!TIP]