mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
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:
@ -239,7 +239,7 @@
|
||||
},
|
||||
"packageManager": "pnpm@8.11.0",
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
"node": ">=18.17.0"
|
||||
},
|
||||
"prisma": {
|
||||
"schema": "tools/prisma/schema.prisma"
|
||||
|
||||
Reference in New Issue
Block a user