Skip to content

Commit d71350c

Browse files
Copilothotlong
andcommitted
fix: pin Node.js to 20.x LTS for Vercel build compatibility with better-sqlite3 prebuilt binaries
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 74ef555 commit d71350c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
20.x

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"private": true,
44
"license": "AGPL-3.0",
55
"packageManager": "pnpm@10.28.2",
6+
"engines": {
7+
"node": ">=20.0.0"
8+
},
69
"pnpm": {
710
"onlyBuiltDependencies": [
811
"@nestjs/core",

0 commit comments

Comments
 (0)