Skip to content

Commit

Permalink
chore: CIでは最新版のcorepackを使用する (#5359)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 authored Feb 3, 2025
1 parent 2e4482c commit c0c50d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ commands:
# fallback to using the latest cache if no exact match is found
- modules-cache-
- run: |
sudo npm install -g corepack@latest
sudo corepack enable
sudo corepack prepare
pnpm install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/previewRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: 20
- name: install dependencies
run: |
npm install -g corepack@latest
corepack enable
corepack prepare
pnpm ui install
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
git config user.name "github-actions[bot]"
- name: pnpm install
run: |
npm install -g corepack@latest
corepack enable
corepack prepare
pnpm ui install
Expand Down

0 comments on commit c0c50d1

Please sign in to comment.