fix: bumped required node version to >=14.21.1

This commit is contained in:
Bobby 2023-02-25 18:27:13 +07:00
parent a4f34b9f3f
commit a3a2d40ab4
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ Please make sure your config matches the sample in `config.sample.js` before sta
## Running in production mode ## 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** > **Note**
> Fully compatible up to Node.js v18.x. > Fully compatible up to Node.js v18.x.

View File

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