Skip to content

Commit ef5eb9d

Browse files
committed
chore: update CircleCI config to use sudo for corepack installation
1 parent df11674 commit ef5eb9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ commands:
1111
- checkout
1212
- run:
1313
name: Install package manager
14-
command: corepack enable && corepack install
14+
command: |
15+
sudo corepack enable
16+
sudo corepack install
1517
- restore_cache:
1618
keys:
1719
- pnpm-store-{{ checksum "pnpm-lock.yaml" }}

0 commit comments

Comments
 (0)