build!: Bump Node.js to 20 (#10616)

BREAKING CHANGE: Node.js 20 or above is required.
This commit is contained in:
Jiralite
2024-11-27 16:37:35 +00:00
committed by GitHub
parent 3a1b3cc8e1
commit e89c6b66ac
35 changed files with 375 additions and 700 deletions

View File

@@ -95,7 +95,7 @@
}
},
"engines": {
"node": ">=18"
"node": ">=20"
},
"packageManager": "pnpm@9.13.2"
}