From 458c0700043611422e3e492d93b7005e0d0d968e Mon Sep 17 00:00:00 2001 From: ganesh Date: Tue, 13 May 2025 14:10:10 +0530 Subject: [PATCH] Fix: Specify Node.js version in Contributing Guide (#4656) * fix node version on contributing file * updated to node 22 version --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index 13bbec333..2e91f5220 100644 --- a/contributing.md +++ b/contributing.md @@ -48,7 +48,7 @@ Bruno is being developed as a desktop app. You need to load the app by running t ## Install Dependencies ```bash -# use nodejs 20 version +# use nodejs 22 version nvm use # install deps