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", "version": "0.0.0",
"private": true, "private": true,
"type": "module", "type": "module",
"_devenginesruntime_docs": "https://pnpm.io/zh/package_json#devenginesruntime",
"devEngines": { "devEngines": {
"runtime": { "runtime": {
"name": "node", "name": "node",
"version": "^24.11.0", "version": "^24.11.0",
"onFail": "download", "onFail": "download"
"_docs_": "https://pnpm.io/zh/package_json#devenginesruntime"
} }
}, },
"scripts": { "scripts": {