docs(i18n): address RFC translation review

This commit is contained in:
Tianyi Cui
2026-07-22 22:29:39 +08:00
parent 0b1857904a
commit 1a39953f69
447 changed files with 1106 additions and 1106 deletions

View File

@@ -1,9 +1,9 @@
# RFC: Raise the Node LTS engine floor to 22.19
English | [中文](2026-07-06-node-engine-floor.zh.md)
Status: implemented
English | [中文](2026-07-06-node-engine-floor.zh.md)
## Problem
The Node 22 branch of the root `engines.node` range is a contract for the installed workspace, not only for the runtime APIs the harness source calls directly. It must be no lower than package `engines.node` declarations for dependencies the workspace installs on that branch; otherwise `pnpm install --engine-strict` fails at an advertised LTS version, and non-strict installs run outside a dependency's supported runtime.