mirror of
https://github.com/SkyLinkHostingLLC/Website.git
synced 2026-02-22 00:32:23 -05:00
enfore nodejs
This commit is contained in:
parent
03700a7644
commit
84db35bb44
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
||||||
"start": "next start",
|
"start": "next start",
|
||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=18.18.0"
|
||||||
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "15.0.3",
|
"next": "15.0.3",
|
||||||
"react": "19.0.0-rc-66855b96-20241106",
|
"react": "19.0.0-rc-66855b96-20241106",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue