fix: Add Node.js 25+ compatibility warning for V8 WASM compiler bugs
Addresses potential crashes on Node.js 25+ due to V8 turboshaft WASM compiler issues. Adds runtime version check with warning to recommend Node.js 22 LTS and sets upper bound engine constraint to
This commit is contained in:
+1
-1
@@ -54,6 +54,6 @@
|
||||
"sqlite-vss": "^0.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=18.0.0 <25.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user