From 4f614a9f8829c18a95cf118c6eb8869735480a37 Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 6 Dec 2023 06:09:53 +0700 Subject: [PATCH] chore: minimum node@18 on README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fe3c6a..7020b06 100644 --- a/README.md +++ b/README.md @@ -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.