fix: set minimum node version to 12.22.0

in preparation to transition to eslint 8
This commit is contained in:
Bobby 2022-04-15 13:39:41 +07:00
parent e972abaa90
commit 44cd9c3653
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -10,7 +10,7 @@
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
},
"engines": {
"node": ">=12.13.0"
"node": ">=12.22.0"
},
"license": "MIT",
"scripts": {