From b5a5868c7b4eb1c212551af14d7677460e8b483c Mon Sep 17 00:00:00 2001 From: connor Date: Mon, 16 Sep 2024 17:22:54 -0500 Subject: [PATCH] Add node version requirements. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 928e131c..2ee126f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,6 +4,9 @@ We’re glad that you are interested in contributing to SuperTokens πŸŽ‰ We welcome contributions of all kinds (discussions, bug fixes, features, design changes, videos, articles) and from anyone πŸ‘©β€πŸ’»πŸ€šπŸΏπŸ€šπŸ½πŸ€šπŸ»πŸ€šπŸΌπŸ€šπŸΎπŸ‘¨β€πŸ’». ## Project setup + +*This project requires node version `16.4.2`. You can use [nvm](https://github.com/nvm-sh/nvm) to manage multiple versions of node on your machine.* + Clone the project by running the following command ```sh