Skip to content

Commit

Permalink
ci: fix failed CI pipeline in windows OS
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzilong committed Feb 19, 2025
1 parent 5f014bb commit 974a541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-${{ matrix.node-version }}-test-
${{ runner.os }}-
# https://vercel.com/guides/corepack-errors-github-actions
- run: npm install -g corepack@latest
- run: npm install -g corepack@latest --force
- run: corepack enable
- run: pnpm i
env:
Expand Down

0 comments on commit 974a541

Please sign in to comment.