chore: minimum node@18 on README.md

This commit is contained in:
Bobby 2023-12-06 06:09:53 +07:00
parent 9513c430ce
commit 4f614a9f88
No known key found for this signature in database
GPG Key ID: B2F45B6A3C9A8FCA

View File

@ -48,10 +48,10 @@ 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/) v16.x or newer, and [Yarn](https://yarnpkg.com/getting-started/install#install-corepack) v1.x installed (incompatible with Yarn v2.x).
1. Ensure you have at least [Node.js](https://nodejs.org/en/download/) v18.x or newer, and [Yarn](https://yarnpkg.com/getting-started/install#install-corepack) v1.x installed (incompatible with Yarn v2.x).
> **Note**
> Fully compatible up to Node.js v18.x (untested with Node.js v20.x).
> Compatible up to Node.js v20.x.
> I recommend using [Volta](https://github.com/volta-cli/volta) to ensure you will always have & use the correct Node.js and Yarn versions for lolisafe, even if the requirements change in future updates.
>
> If you want to use this on Docker, please check out the [docker directory](https://github.com/BobbyWibowo/lolisafe/tree/safe.fiery.me/docker) instead.