Skip to content

Commit dec1d12

Browse files
committed
ci: always install latest corepack version
1 parent cb2c0c8 commit dec1d12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ commands:
99
- run:
1010
name: Install pnpm package manager
1111
command: |
12+
echo "Before: corepack version => $(corepack --version || echo 'not installed')"
13+
sudo npm install -g corepack@latest
14+
echo "After : corepack version => $(corepack --version)"
1215
sudo corepack enable
16+
pnpm --version
1317
pnpm config set store-dir ~/repo/.pnpm-store
1418
- restore_cache:
1519
name: Restore pnpm package cache

0 commit comments

Comments
 (0)