diff --git a/README.md b/README.md index 4e5a263..c71b55a 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 v12.13.0 installed (fully compatible up to Node v16.x LTS, untested with v17 or later). +1. Ensure you have at least Node v12.22.0 installed (fully compatible up to Node v16.x LTS, untested with v17 or later). 2. Clone this repo. 3. Copy `config.sample.js` as `config.js`. 4. Modify port, domain and privacy options if desired. diff --git a/package.json b/package.json index 4585623..ad74175 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "https://github.com/BobbyWibowo/lolisafe/issues" }, "engines": { - "node": ">=12.13.0" + "node": ">=12.22.0" }, "license": "MIT", "scripts": {