Enforce Node.js 22+ runtime requirement, add compatibility checks for node:sqlite, and update scripts/README accordingly.

This commit is contained in:
2026-07-27 18:25:16 +02:00
parent d147692ca8
commit 7487a7d588
5 changed files with 32 additions and 1 deletions
+3
View File
@@ -25,6 +25,9 @@
"eslint-config-next": "16.2.12",
"tailwindcss": "^4",
"typescript": "^5"
},
"engines": {
"node": ">=22.0.0"
}
},
"node_modules/@alloc/quick-lru": {