Skip to content

Commit dcee094

Browse files
committed
fix: fix ci
1 parent 0972abd commit dcee094

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/doc.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install pnpm
22-
run: corepack enable
22+
run: |
23+
npm install -g corepack@latest --force
24+
corepack enable
2325
2426
- name: Setup Node.js
2527
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)