Skip to content

Commit

Permalink
Fix CircleCI install (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark authored Feb 6, 2025
1 parent 3633241 commit 8b015bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- run:
name: Install pnpm
command: sudo corepack enable
command: sudo npm install -g corepack@latest && sudo corepack enable
- checkout
- restore_cache:
# See the configuration reference documentation for more details on using restore_cache and save_cache steps
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We use [`pnpm`](https://pnpm.io/installation), a fast, disk space efficient pack

## Installing

This repo uses node corepack to ensure pnpm v8 is used.
This repo uses node corepack to ensure pnpm v8 is used

- `$ corepack enable`
- `$ pnpm install`
Expand Down

0 comments on commit 8b015bc

Please sign in to comment.