Skip to content

Commit 8b015bc

Browse files
authored
Fix CircleCI install (#864)
1 parent 3633241 commit 8b015bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- run:
1616
name: Install pnpm
17-
command: sudo corepack enable
17+
command: sudo npm install -g corepack@latest && sudo corepack enable
1818
- checkout
1919
- restore_cache:
2020
# See the configuration reference documentation for more details on using restore_cache and save_cache steps

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ We use [`pnpm`](https://pnpm.io/installation), a fast, disk space efficient pack
3939

4040
## Installing
4141

42-
This repo uses node corepack to ensure pnpm v8 is used.
42+
This repo uses node corepack to ensure pnpm v8 is used
4343

4444
- `$ corepack enable`
4545
- `$ pnpm install`

0 commit comments

Comments
 (0)