docs(package.json): 更新 devEngines.runtime 文档链接位置
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m34s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m42s

This commit is contained in:
严浩
2025-11-09 02:28:26 +08:00
parent 163af5e80c
commit 37a0d59f13

View File

@@ -4,12 +4,12 @@
"version": "0.0.0",
"private": true,
"type": "module",
"_devenginesruntime_docs": "https://pnpm.io/zh/package_json#devenginesruntime",
"devEngines": {
"runtime": {
"name": "node",
"version": "^24.11.0",
"onFail": "download",
"_docs_": "https://pnpm.io/zh/package_json#devenginesruntime"
"onFail": "download"
}
},
"scripts": {