mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
fix: set minimum node version to 12.22.0
in preparation to transition to eslint 8
This commit is contained in:
parent
e972abaa90
commit
44cd9c3653
@ -18,7 +18,7 @@ Configuration file of lolisafe v3 (`config.js`) is also NOT fully compatible wit
|
|||||||
|
|
||||||
## Running in production mode
|
## 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.
|
2. Clone this repo.
|
||||||
3. Copy `config.sample.js` as `config.js`.
|
3. Copy `config.sample.js` as `config.js`.
|
||||||
4. Modify port, domain and privacy options if desired.
|
4. Modify port, domain and privacy options if desired.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12.13.0"
|
"node": ">=12.22.0"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user