Skip to content

Commit

Permalink
chore: fix corepack version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nejcm committed Feb 11, 2025
1 parent 83fc776 commit 85d411b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: corepack enable

- name: 📦 Set pnpm Version
run: corepack use pnpm@latest-10
run: corepack use pnpm@10.0.0

- name: 💿 Setup Nodejs
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: corepack enable

- name: 📦 Set pnpm Version
run: corepack use pnpm@latest-10
run: corepack use pnpm@10.0.0

- name: ⚙️ Git config
run: |
Expand Down

0 comments on commit 85d411b

Please sign in to comment.