Skip to content

Commit

Permalink
Fix browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mj12albert committed Feb 3, 2025
1 parent 2253d86 commit a1c7f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ commands:
- run:
name: Install pnpm package manager
# See https://stackoverflow.com/a/73411601
command: sudo npm install -g corepack@latest && corepack enable --install-directory ~/bin
command: npm install -g corepack@latest && corepack enable --install-directory ~/bin

- run:
name: Resolve React version
Expand Down

0 comments on commit a1c7f44

Please sign in to comment.