diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 7f354714..9ee1cafb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ HSMusic, short for the *Homestuck Music Wiki*, is a revitalization and reimagini Install dependencies: -- [Node.js](https://nodejs.org/en/) - we recommend using [nvm](https://github.com/nvm-sh/nvm) to install Node and keep easy track of any versions you've got installed; development is generally tested on latest but 20.x LTS should also work +- [Node.js](https://nodejs.org/en/) - we recommend using [nvm](https://github.com/nvm-sh/nvm) to install Node and keep easy track of any versions you've got installed; during development we generally test on 22.x LTS - [ImageMagick](https://imagemagick.org/) - check your package manager if it's available (e.g. apt or homebrew) or follow [installation info right from the official website](https://imagemagick.org/script/download.php) Make a new empty folder for storing all your wiki repositories, then clone 'em with git: diff --git a/package.json b/package.json index 91e4d3b1..8c7d8d50 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "#yaml": "./src/data/yaml.js" }, "engines": { - "node": ">= 20.9.0" + "node": ">= 22.13.0" }, "dependencies": { "@js-temporal/polyfill": "^0.4.4", |