chore: enforce minimum node version >=18.17
This commit is contained in:
parent
402892f2c2
commit
d8294dc973
@ -9,6 +9,9 @@
|
|||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.17.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@payloadcms/db-mongodb": "3.0.0-alpha.34",
|
"@payloadcms/db-mongodb": "3.0.0-alpha.34",
|
||||||
"@payloadcms/db-postgres": "^3.0.0-alpha.34",
|
"@payloadcms/db-postgres": "^3.0.0-alpha.34",
|
||||||
@ -29,4 +32,4 @@
|
|||||||
"eslint-config-next": "14.1.0",
|
"eslint-config-next": "14.1.0",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user