aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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 412eb188..b9de0673 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,9 @@
"directories": {
"test": "test"
},
+ "engines": {
+ "node": ">=20.0.0"
+ },
"type": "module",
"scripts": {
"build": "node ./dev/bin/build.js",