Skip to content

Commit

Permalink
chore: sudo 付与する
Browse files Browse the repository at this point in the history
  • Loading branch information
s-sasaki-0529 committed Feb 3, 2025
1 parent 120a092 commit e2072fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ commands:
# fallback to using the latest cache if no exact match is found
- modules-cache-
- run: |
npm install -g corepack@latest
sudo npm install -g corepack@latest
sudo corepack enable
sudo corepack prepare
pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/previewRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: 20
- name: install dependencies
run: |
npm install -g corepack@latest
sudo npm install -g corepack@latest
corepack enable
corepack prepare
pnpm ui install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publishRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
git config user.name "github-actions[bot]"
- name: pnpm install
run: |
npm install -g corepack@latest
sudo npm install -g corepack@latest
corepack enable
corepack prepare
pnpm ui install
Expand Down

0 comments on commit e2072fe

Please sign in to comment.