diff --git a/packages/document/main-doc/docs/en/components/nodeVersion.mdx b/packages/document/main-doc/docs/en/components/nodeVersion.mdx index 2c60e6048bd6..2ea61bc47b66 100644 --- a/packages/document/main-doc/docs/en/components/nodeVersion.mdx +++ b/packages/document/main-doc/docs/en/components/nodeVersion.mdx @@ -28,5 +28,5 @@ Both nvm and fnm are Node.js version management tools. Relatively speaking, nvm Additionally, after installing nvm or fnm, when there is a `.nvmrc` file containing `lts/jod` in the repository's root directory, the system will automatically install or switch to the correct Node.js version upon entering the repository. :::warning -Modern.js currently still supports Node 16, but will officially terminate support for Node.js 16 in June 2025. To ensure a smooth transition for your project, please complete the Node.js version upgrade before June 2025. +Modern.js officially terminated support for Node.js 16 in June 2025. If you are still using Node.js 16, please upgrade to Node.js 18 or higher as soon as possible to ensure your project runs normally and to receive the latest features and security updates. ::: diff --git a/packages/document/main-doc/docs/zh/components/nodeVersion.mdx b/packages/document/main-doc/docs/zh/components/nodeVersion.mdx index 1370c94d6a0f..7a11e2ec5c0d 100644 --- a/packages/document/main-doc/docs/zh/components/nodeVersion.mdx +++ b/packages/document/main-doc/docs/zh/components/nodeVersion.mdx @@ -28,5 +28,5 @@ nvm 和 fnm 都是 Node.js 版本管理工具。相对来说,nvm 较为成熟 此外,在安装 nvm 或 fnm 后,然后只要仓库根目录下有内容为 `lts/jod` 的 `.nvmrc` 文件,进入这个仓库时就会自动安装或切换到正确的 Node.js 版本。 :::warning -Modern.js 目前仍支持 Node 16,但会在 2025 年 6 月正式终止对 Node.js 16 的支持,为确保您的项目顺利过渡,请在 2025 年 6 月前完成 Node.js 版本升级。 +Modern.js 已于 2025 年 6 月正式终止对 Node.js 16 的支持。如果你仍在使用 Node.js 16,请尽快升级到 Node.js 18 或更高版本,以确保项目正常运行并获取最新的功能和安全更新。 :::