mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
fix: bumped required node version to >=14.21.1
This commit is contained in:
parent
a4f34b9f3f
commit
a3a2d40ab4
@ -48,7 +48,7 @@ Please make sure your config matches the sample in `config.sample.js` before sta
|
||||
|
||||
## Running in production mode
|
||||
|
||||
1. Ensure you have at least [Node.js](https://nodejs.org/en/download/) v14.x and [Yarn](https://yarnpkg.com/getting-started/install#install-corepack) v1.x installed.
|
||||
1. Ensure you have at least [Node.js](https://nodejs.org/en/download/) v14.21.1 or newer, and [Yarn](https://yarnpkg.com/getting-started/install#install-corepack) v1.x installed.
|
||||
|
||||
> **Note**
|
||||
> Fully compatible up to Node.js v18.x.
|
||||
|
@ -10,7 +10,7 @@
|
||||
"url": "https://github.com/BobbyWibowo/lolisafe/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
"node": ">=14.21.1"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user