We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab7958 commit c03a763Copy full SHA for c03a763
.github/workflows/deploy-v4-site.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build-and-deploy:
13
if: github.repository == 'youzan/vant'
14
- runs-on: macos-14
+ runs-on: macos-15
15
steps:
16
- name: Checkout 🛎️
17
uses: actions/checkout@v5
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: npm run lint
35
36
test:
37
38
39
- uses: actions/checkout@v5
40
@@ -61,7 +61,7 @@ jobs:
61
directory: ./packages/vant/test/coverage
62
63
build:
64
65
66
67
0 commit comments