From f099bde248be2bf2a7ac01596f01d1fd1a405a31 Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Tue, 16 Jan 2024 17:15:21 -0600 Subject: [PATCH] chore: update contribution guide for users to use node 18 or higher --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0d50e80d..4d066bb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ To contribute to this project, you need to have the following installed on your 1. git . -1. node.js (version 16 or higher is recommended) +1. node.js (version 18 or higher is recommended) 1. npm (version 9 or higher is recommended)