From 2a330d479993a24d2608934f9c69ddea5fddfee5 Mon Sep 17 00:00:00 2001 From: flavien Date: Mon, 3 Feb 2025 09:16:03 +0100 Subject: [PATCH] [core] Fix corepack and pnpm installation in CircleCI --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index fbe7340c497b9..6c5651d7fc8ce 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: