Skip to content

Commit

Permalink
ci: try workaround corepack pnpm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Feb 3, 2025
1 parent 219e007 commit c156992
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- run: corepack enable
- name: Install pnpm
uses: pnpm/[email protected]

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

0 comments on commit c156992

Please sign in to comment.