chore: fix action

This commit is contained in:
chenjiahan 2023-05-21 23:15:00 +08:00
parent 931a73bd52
commit 20d2cc0545
2 changed files with 5 additions and 1 deletions

View File

@ -16,6 +16,10 @@ jobs:
uses: actions/checkout@v2
with:
ref: '2.x'
- name: Set Node Version
uses: actions/setup-node@v1
with:
node-version: '14.x'
- name: Install dependencies

View File

@ -16,7 +16,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
**Vant 2 维护提示**
目前 Vant 3 / 4 已经发布超过 30 个月。对于 Vant 2我们会将维护投入降低至最小范围这意味着
目前 Vant 3 / 4 已经发布超过 24 个月。对于 Vant 2我们会将维护投入降低至最小范围这意味着
- 不再主动迭代新的功能。
- 致命 bug 依然会被处理和修复。