feat: pin volta to node@18.10.0

also update README.md remarking that this supports node 18
This commit is contained in:
Bobby 2022-10-08 08:53:26 +07:00
parent e04e864297
commit bc4333b7e5
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Please make sure your config matches the sample in `config.sample.js` before sta
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.x and [Yarn](https://yarnpkg.com/getting-started/install#install-corepack) v1.x installed.
> **Note** > **Note**
> Fully compatible up to Node.js v16.x LTS (untested with Node.js v17.x or later). > Fully compatible up to Node.js v18.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. > 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. > 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.

View File

@ -90,7 +90,7 @@
"stylelint-config-standard-scss": "~5.0.0" "stylelint-config-standard-scss": "~5.0.0"
}, },
"volta": { "volta": {
"node": "16.17.1", "node": "18.10.0",
"yarn": "1.22.19" "yarn": "1.22.19"
} }
} }