From cebd4f363c46cfc578c313eb6c15676a03e030f8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Fri, 22 Oct 2021 21:34:04 +0700 Subject: [PATCH] docs: update node version compatibility claim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32bceb2..90a1d9e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Configuration file of lolisafe v3 (`config.js`) is also NOT fully compatible wit ## Running in production mode -1. Ensure you have at least Node v10.x installed (v12.x works fine, but v14.x will likely have issues for now). +1. Ensure you have at least Node v10.x installed (fully compatible up to Node v14.x LTS, untested with v15~v17). 2. Clone this repo. 3. Copy `config.sample.js` as `config.js`. 4. Modify port, domain and privacy options if desired.