Skip to content

chore: align Node.js version requirement in package-lock.json#43

Closed
zhangjingwen2008 wants to merge 1 commit into
ceresOPA:mainfrom
zhangjingwen2008:fix/node-version-clean
Closed

chore: align Node.js version requirement in package-lock.json#43
zhangjingwen2008 wants to merge 1 commit into
ceresOPA:mainfrom
zhangjingwen2008:fix/node-version-clean

Conversation

@zhangjingwen2008
Copy link
Copy Markdown
Contributor

问题

package-lock.json 中的 engines 字段显示 "node": ">=18",但 package.json 中实际需要 Node.js 22.5+

修改

将 package-lock.json 的 engines.node 更新为 ">=22.5"

验证

本地 npm install 正常运行

风险

极低,仅修改 engines 字段

向后兼容

Align package-lock.json engines field with actual Node.js 22.5+ requirement from package.json
@zhangjingwen2008 zhangjingwen2008 marked this pull request as ready for review March 24, 2026 06:13
@zhangjingwen2008 zhangjingwen2008 closed this by deleting the head repository Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant