From 817892ec90c7ec4977e0cf09afc956e9f0b11b7c Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Thu, 13 Jun 2024 18:59:38 -0400 Subject: [PATCH] docs: Prerequisites: bump Node.js min to 18.18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3386979d9..bab30cfe5 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ ZEUS is proud to be integrated on the following platforms: **Don't trust, verify** the code with your own two eyes. Then when ready proceed to the steps below based on your platform. ### Prerequisites -- Node.js (minimum version: 18.17) +- Node.js (minimum version: 18.18) ### Android 1. install and setup react-native and its related dependencies under **"Building Projects with Native Code"** on