Update deps

更新依赖并更新Readme中的开发指南
This commit is contained in:
2024-03-15 22:29:46 +08:00
parent 0c1933e2e3
commit 2b889be35b
3 changed files with 498 additions and 492 deletions

View File

@@ -3,11 +3,11 @@
## 开发
1. 依赖环境
- Node.js v18.19.0
- Node.js v20.11.0
- volta
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
```sh
volta install node@18
volta install node@20.11.0
```
2. 安装依赖
```sh