mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: fix action
This commit is contained in:
parent
931a73bd52
commit
20d2cc0545
4
.github/workflows/deploy-v2-site.yml
vendored
4
.github/workflows/deploy-v2-site.yml
vendored
@ -16,6 +16,10 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
ref: '2.x'
|
ref: '2.x'
|
||||||
|
|
||||||
|
- name: Set Node Version
|
||||||
|
uses: actions/setup-node@v1
|
||||||
|
with:
|
||||||
node-version: '14.x'
|
node-version: '14.x'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
@ -16,7 +16,7 @@ Vant 遵循 [Semver](https://semver.org/lang/zh-CN/) 语义化版本规范。
|
|||||||
|
|
||||||
**Vant 2 维护提示**
|
**Vant 2 维护提示**
|
||||||
|
|
||||||
目前 Vant 3 / 4 已经发布超过 30 个月。对于 Vant 2,我们会将维护投入降低至最小范围,这意味着:
|
目前 Vant 3 / 4 已经发布超过 24 个月。对于 Vant 2,我们会将维护投入降低至最小范围,这意味着:
|
||||||
|
|
||||||
- 不再主动迭代新的功能。
|
- 不再主动迭代新的功能。
|
||||||
- 致命 bug 依然会被处理和修复。
|
- 致命 bug 依然会被处理和修复。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user