mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
fix: require Node.js >=22.13 in engines (pnpm 11.5.0 requires it)
pnpm 11.5.0 uses node:sqlite which only exists in Node.js 22.13+. Vercel was using Node 20 because engines.node said '>=20.0.0', causing ERR_UNKNOWN_BUILTIN_MODULE: No such built-in module: node:sqlite. Co-Authored-By: Konstantin Wohlwend <n2d4xc@gmail.com>
This commit is contained in:
parent
7e1ea12e42
commit
b6baae8f50
@ -132,7 +132,7 @@
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=10.0.0",
|
||||
"node": ">=20.0.0"
|
||||
"node": ">=22.13.0"
|
||||
},
|
||||
"packageManager": "pnpm@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1",
|
||||
"dependencies": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user