Browse Source

fix: limit node version due to outdated json imports

Sv443 11 months ago
parent
commit
33120a143f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -29,7 +29,7 @@
     "knip": "knip"
   },
   "engines": {
-    "node": ">=18",
+    "node": ">=18<22",
     "npm": ">=8"
   },
   "repository": {