From 7588f920759de0db051c34d147db6ede76d010d2 Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Sat, 21 Dec 2024 16:09:59 -0500 Subject: [PATCH] Update Node and NPM versions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d05dde8..b8b84f1 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ chat! To build the site for development: -- Install Node.js 16 and npm 8. +- Install Node 20 and npm 10. - Run `npm install -g firebase-tools` to globally install the Firebase CLI. - Run `npm install` in the root folder to get dependencies. - Run `npm install` in the `functions` folder.