« get me outta code hell

update min node to 20, canonize in package.json - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-11-18 19:19:49 -0400
committer(quasar) nebula <qznebula@protonmail.com>2023-11-18 19:23:17 -0400
commit42a8275ff59d13757b0d6a5a19588d4f8393ab6f (patch)
treebf0584156fa027b8db20f15fa21fc2e6e04bcf4d /package.json
parent7da15227b8623a2fcef28c4f7988a2f89e5ab8b3 (diff)
update min node to 20, canonize in package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 34b4ebf..6f3323f 100644
--- a/package.json
+++ b/package.json
@@ -42,6 +42,9 @@
         "#wiki-data": "./src/util/wiki-data.js",
         "#yaml": "./src/data/yaml.js"
     },
+    "engines": {
+        "node": ">= 20.9.0"
+    },
     "dependencies": {
         "chroma-js": "^2.4.2",
         "command-exists": "^1.2.9",