mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
feat: pin volta to node@18.10.0
also update README.md remarking that this supports node 18
This commit is contained in:
parent
e04e864297
commit
bc4333b7e5
@ -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.
|
||||
|
||||
> **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.
|
||||
>
|
||||
> 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.
|
||||
|
@ -90,7 +90,7 @@
|
||||
"stylelint-config-standard-scss": "~5.0.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "16.17.1",
|
||||
"node": "18.10.0",
|
||||
"yarn": "1.22.19"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user