Skip to content

Commit 371d117

Browse files
committed
chore(demo): 更新组件引用方式
1 parent cbedc91 commit 371d117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@v4
3838

3939
- name: Install pnpm
40-
run: corepack enable
40+
run: corepack enable pnpm
4141

4242
- uses: actions/setup-node@v4
4343
with:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363

6464
- name: Install pnpm
65-
run: corepack enable
65+
run: corepack enable pnpm
6666

6767
- uses: actions/setup-node@v4
6868
with:

0 commit comments

Comments
 (0)