Skip to content

Commit

Permalink
docs: update engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Aug 20, 2024
1 parent bf9815b commit 5c37117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Semi 团队会维护两个常驻分支:`main` 和 `release`,根据我们的[
Semi Design 团队会认真对待每一个 Pull Request。我们会 review 并合并你的代码。也有可能对你的代码提出一些修改意见。

要提交一个 Pull Request,请遵循以下步骤:
- Node.js > v16
- Node.js > v20
- Fork 项目并克隆下来
```bash
git clone https://github.com/<your-username>/semi-design.git
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@
"coverage:merge": "npx istanbul-combine -d test/merged -p detail -r lcov -r json cypress/coverage/coverage-final.json test/coverage/coverage-final.json"
},
"engines": {
"node": ">= 16.0.0"
"node": ">= 20.0.0"
},
"dependencies": {
"@dnd-kit/modifiers": "^7.0.0",
"@douyinfe/semi-site-banner": "^0.1.5",
"@douyinfe/semi-site-doc-style": "0.0.4",
"@douyinfe/semi-site-doc-style": "0.0.5",
"@douyinfe/semi-site-header": "^0.0.29",
"@douyinfe/semi-site-markdown-blocks": "^0.0.18",
"@mdx-js/mdx": "1.6.22",
Expand Down

0 comments on commit 5c37117

Please sign in to comment.