Skip to content

Commit

Permalink
ci: remove corepack
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Feb 19, 2025
1 parent 4066e73 commit d4f133c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4.0.0
- uses: pnpm/action-setup@v4.1.0
name: Install pnpm

- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4.1.0
name: Install pnpm

- uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

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

- uses: actions/setup-node@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
fetch-depth: 0

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

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

0 comments on commit d4f133c

Please sign in to comment.