From bc4333b7e5e98f56a433f24c73d3f7188c23cad7 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 8 Oct 2022 08:53:26 +0700 Subject: [PATCH] feat: pin volta to node@18.10.0 also update README.md remarking that this supports node 18 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e6e1706..97bce3d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 8fb4f62..267be0e 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "stylelint-config-standard-scss": "~5.0.0" }, "volta": { - "node": "16.17.1", + "node": "18.10.0", "yarn": "1.22.19" } }