chore: fix the node version for better deploying in zeabur.
This commit is contained in:
parent
517e842fbf
commit
b75f3c3a47
@ -29,9 +29,9 @@
|
|||||||
"astro": "astro",
|
"astro": "astro",
|
||||||
"build": "rimraf dist && astro check && astro build",
|
"build": "rimraf dist && astro check && astro build",
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
"postinstall": "patch-package",
|
||||||
"lint": "biome check --write --use-server . && prettier . --write",
|
"lint": "biome check --write --use-server . && prettier . --write",
|
||||||
"prepare": "npx husky",
|
"prepare": "npx husky",
|
||||||
"postinstall": "patch-package",
|
|
||||||
"preview": "astro preview",
|
"preview": "astro preview",
|
||||||
"start": "astro dev"
|
"start": "astro dev"
|
||||||
},
|
},
|
||||||
@ -79,5 +79,9 @@
|
|||||||
"sharp": "^0.33.4",
|
"sharp": "^0.33.4",
|
||||||
"typescript": "^5.5.3",
|
"typescript": "^5.5.3",
|
||||||
"unist-util-select": "^5.1.0"
|
"unist-util-select": "^5.1.0"
|
||||||
|
},
|
||||||
|
"packageManager": "npm@10.8.2",
|
||||||
|
"engines": {
|
||||||
|
"node": "22.4.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user