From 6fd2e7ab0f618792e35fc9b9ce65af614ed2fcf5 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Mon, 22 Jan 2024 16:54:12 +0200 Subject: [PATCH] updated min Go and Node.js verion in CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54c7cf90..20aa0118 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,8 +10,8 @@ This document describes how to prepare a PR for a change in the main repository. ## Prerequisites -- Go 1.19+ (for making changes in the Go code) -- Node 16+ (for making changes in the Admin UI) +- Go 1.21+ (for making changes in the Go code) +- Node 18+ (for making changes in the Admin UI) If you haven't already, you can fork the main repository and clone your fork so that you can work locally: