From 7e578aceb7f40434afc589a8c7925af490f353da Mon Sep 17 00:00:00 2001 From: Ramez Weissa Date: Tue, 2 Jul 2024 11:57:53 +0300 Subject: [PATCH] chore: doc update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f07c9751..a1a7fc46 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ See package.json and Gemfile for versions ## Basic Demo Setup ### Prerequisites -- Node `v18.20.3` or above. Be sure that you have Node installed! We suggest using [nvm](https://github.com/creationix/nvm) and running `nvm list` to check the active Node version. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293). +- Node `v22.3.0` or above. Be sure that you have Node installed! We suggest using [nvm](https://github.com/creationix/nvm) and running `nvm list` to check the active Node version. See this article [Updating and using nvm](http://forum.shakacode.com/t/updating-and-using-nvm/293). - Ruby 3.3.3 or above - Postgres v9.2 or above - Redis. Check that you have Redis installed by running `which redis-server`. If missing and on MacOS, install with Homebrew (`brew install redis`)