mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
add engines.node to package.json
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/AmruthPillai/Reactive-Resume.git"
|
"url": "https://github.com/AmruthPillai/Reactive-Resume.git"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@8.10.5",
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nx run-many -t serve",
|
"dev": "nx run-many -t serve",
|
||||||
"test": "nx run-many -t test",
|
"test": "nx run-many -t test",
|
||||||
@ -237,6 +236,10 @@
|
|||||||
"zundo": "^2.0.0",
|
"zundo": "^2.0.0",
|
||||||
"zustand": "^4.4.6"
|
"zustand": "^4.4.6"
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@8.10.5",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.0.0"
|
||||||
|
},
|
||||||
"prisma": {
|
"prisma": {
|
||||||
"schema": "tools/prisma/schema.prisma"
|
"schema": "tools/prisma/schema.prisma"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user