Skip to content

Commit

Permalink
[core] Fix corepack and pnpm installation in CircleCI (@flaviendelangle
Browse files Browse the repository at this point in the history
…) (#16452)
  • Loading branch information
arminmeh authored Feb 4, 2025
1 parent 1e6ac1b commit b3150ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ commands:
description: The version of React to use.

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 b3150ff

Please sign in to comment.