add engines.node to package.json

This commit is contained in:
Amruth Pillai
2023-11-22 23:27:53 +01:00
parent c0869fdb3e
commit 64d64958f6

View File

@ -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"
} }