Update minimum node to 18.17.0

The dependency on sharp will fail with anything between 18.0-<18.17.0 per https://sharp.pixelplumbing.com/install#prerequisites
This commit is contained in:
Scott Busche
2024-02-28 20:09:29 -06:00
committed by GitHub
parent 24f0af890a
commit e83e9c61b5

View File

@ -239,7 +239,7 @@
}, },
"packageManager": "pnpm@8.11.0", "packageManager": "pnpm@8.11.0",
"engines": { "engines": {
"node": ">=18.0.0" "node": ">=18.17.0"
}, },
"prisma": { "prisma": {
"schema": "tools/prisma/schema.prisma" "schema": "tools/prisma/schema.prisma"