Skip to content

Commit 3353e7f

Browse files
authored
chore: update how-to-contribute (#144)
1 parent 7e75ae0 commit 3353e7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/develop/how-to-contribute.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Before developing the code, you need to install some necessary development tools
1818
You may need the following development tools:
1919

2020
- [Git](https://git-scm.com)
21-
- [Node.JS](https://nodejs.org/en/), version number `>= 12.x`, `<= 14.x`
21+
- [Node.JS](https://nodejs.org/en/), version number `>= 16.x`, `<= 18.x`
2222
- [Python](https://www.python.org/downloads/) \(pre-dependency of node-gyp library; view [node-gyp readme](https://github.com/nodejs/node-gyp#installation) and find a suitable version currently supported\)
2323
- **Note:** Windows users install Python automatically when installing the npm module of `windows-build-tools`. It can be quickly installed in this way as follows:
2424
- A C/C++ compilation tool suitable for your system:

docs/develop/how-to-contribute.zh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ yarn config set -H npmRegistryServer "https://registry.npmmirror.com"
2727
你可能需要下面一些开发工具:
2828

2929
- [Git](https://git-scm.com)
30-
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 12.x`, `<= 14.x`
30+
- [Node.JS](https://nodejs.org/en/), 版本号 `>= 16.x`, `<= 18.x`
3131
- [Python](https://www.python.org/downloads/) (node-gyp 库的前置依赖; 查看 [node-gyp readme](https://github.com/nodejs/node-gyp#installation) 找到当前支持的合适版本)
3232
- **注意:** Windows 用户通过安装 `windows-build-tools` 的 npm 模块将会自动安装 Python,可以通过这种方式进行快速安装。(见下方)
3333
- 一个适合你系统的 C/C++ 编译工具:

0 commit comments

Comments
 (0)