From eeaa593ea43b9766315cace30a20ab060ab823be Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 3 Jan 2024 21:50:36 +0000 Subject: [PATCH] Update node version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff888b44..688e5e8b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git config --local user.email "USERNAME@SOMETHING.com" ## Observations -- The server was tested to work with **NodeJS 18.15.0**, if you are using a different version and experiencing difficulties change it before looking for support +- The server was tested to work with **NodeJS 20.10.0**, if you are using a different version and experiencing difficulties change it before looking for support - If you are updating a branch you've had for some time, run `npm ci` before running any tasks. This will run the clean and install target from npm. - You can debug your mods using the server, just copy your mod files into the `user/mods` folder and put breakpoints on the **JS** files. **DO NOT** contact the dev team for support on this.