mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 03:11:15 +00:00
chore(ci): fix corepack key id mismatch (#13341)
This commit is contained in:
4
.github/workflows/deploy-v4-site.yml
vendored
4
.github/workflows/deploy-v4-site.yml
vendored
@@ -19,7 +19,9 @@ jobs:
|
|||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: corepack enable
|
run: |
|
||||||
|
npm install -g corepack@latest --force
|
||||||
|
corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -18,7 +18,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: corepack enable
|
run: |
|
||||||
|
npm install -g corepack@latest --force
|
||||||
|
corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
@@ -37,7 +39,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: corepack enable
|
run: |
|
||||||
|
npm install -g corepack@latest --force
|
||||||
|
corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
@@ -62,7 +66,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: corepack enable
|
run: |
|
||||||
|
npm install -g corepack@latest --force
|
||||||
|
corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user