Skip to content

Commit

Permalink
chore: update CircleCI config to use sudo for corepack installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeneos committed Aug 22, 2024
1 parent df11674 commit ef5eb9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ commands:
- checkout
- run:
name: Install package manager
command: corepack enable && corepack install
command: |
sudo corepack enable
sudo corepack install
- restore_cache:
keys:
- pnpm-store-{{ checksum "pnpm-lock.yaml" }}
Expand Down

0 comments on commit ef5eb9d

Please sign in to comment.