« get me outta code hell

node 20.x -> 22.x - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-01-21 07:00:45 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-01-21 07:00:45 -0400
commitc8d6dd977fa65e0d72c0903c86a8526aa8ed1ac5 (patch)
treefdd9e955ee1f464433a05db2226b68d1fa7782ee
parentbaeecfbddc06b3936f868278ef004d60a41407d4 (diff)
node 20.x -> 22.x
-rw-r--r--README.md2
-rw-r--r--package.json2
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",