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: