Skip to content

Commit

Permalink
[core] Fix corepack and pnpm installation in CircleCI (mui#45185)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert authored and DiegoAndai committed Feb 3, 2025
1 parent 1813d89 commit e0c5beb
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 e0c5beb

Please sign in to comment.