Skip to content

Commit

Permalink
chore(demo): 更新组件引用方式
Browse files Browse the repository at this point in the history
  • Loading branch information
oasis-cloud committed May 30, 2024
1 parent cbedc91 commit 371d117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable
run: corepack enable pnpm

- uses: actions/setup-node@v4
with:
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable
run: corepack enable pnpm

- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 371d117

Please sign in to comment.