Skip to content

Commit

Permalink
[core] Fix corepack and pnpm installation in CircleCI (#16434)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle authored Feb 3, 2025
1 parent 46fc90c commit 0e6902e
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 0e6902e

Please sign in to comment.