Skip to content

Commit

Permalink
Fix corepack and pnpm in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Feb 3, 2025
1 parent 706d0f3 commit 0bf7a57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ commands:
default: false
description: 'Set to true if you intend to any browser (for example with playwright).'
steps:
- run:
name: Set npm registry public signing keys
command: |
echo "export COREPACK_INTEGRITY_KEYS='$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')'" >> $BASH_ENV
- when:
condition: << parameters.browsers >>
steps:
Expand Down

0 comments on commit 0bf7a57

Please sign in to comment.