Skip to content

Commit ac6fa93

Browse files
committed
Fix corepack and pnpm installation in CircleCI
1 parent 1e6ac1b commit ac6fa93

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ commands:
8080
description: The version of React to use.
8181

8282
steps:
83+
- run:
84+
name: Set npm registry public signing keys
85+
command: |
86+
echo "export COREPACK_INTEGRITY_KEYS='$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')'" >> $BASH_ENV
8387
- when:
8488
condition: << parameters.browsers >>
8589
steps:

0 commit comments

Comments
 (0)