chore: fix the node version for better deploying in zeabur.

This commit is contained in:
Yufan Sheng 2024-07-18 11:37:28 +08:00
parent 517e842fbf
commit b75f3c3a47
Signed by: syhily
GPG Key ID: 9D18A22A7DCD5A9B

View File

@ -29,9 +29,9 @@
"astro": "astro",
"build": "rimraf dist && astro check && astro build",
"dev": "astro dev",
"postinstall": "patch-package",
"lint": "biome check --write --use-server . && prettier . --write",
"prepare": "npx husky",
"postinstall": "patch-package",
"preview": "astro preview",
"start": "astro dev"
},
@ -79,5 +79,9 @@
"sharp": "^0.33.4",
"typescript": "^5.5.3",
"unist-util-select": "^5.1.0"
},
"packageManager": "npm@10.8.2",
"engines": {
"node": "22.4.1"
}
}