Skip to content

Commit

Permalink
chore: use .node-version to fixed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
baboon-king committed Mar 28, 2024
1 parent dd9dca9 commit f3b67f2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ By constructing sentences with conjunctions, it helps you learn English better~

- **pnpm version >= 8**
- **Node.js version >= v20**
> Use the version from .node-version. [Supported tools](https://github.com/shadowspawn/node-version-usage#compatibility-testing)
- **MySQL version >= 8.0.0**
- **Redis version >= 5.0.0**
- **Docker**. please make sure it is installed and running successfully on your local machine.
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

- **pnpm version >= 8**
- **Node.js version >= v20**
> 使用来自 .node-version 的版本 [支持的工具](https://github.com/shadowspawn/node-version-usage#compatibility-testing)
- **MySQL version >= 8.0.0**
- **Redis version >= 5.0.0**
- 项目依赖 **Docker**,所以请确保你本地已安装并成功运行
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@
"keywords": [],
"author": "",
"license": "ISC",
"engines": {
"node": ">=20.11.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"conventional-changelog-cli": "^4.1.0",
Expand Down

0 comments on commit f3b67f2

Please sign in to comment.