Skip to content

Commit

Permalink
Merge pull request #511 from CobyPear/pnpm-upgrade
Browse files Browse the repository at this point in the history
Upgrade pnpm to fix `pnpm config` in CI
  • Loading branch information
backlineint committed Feb 7, 2023
2 parents f2bf536 + 843c6be commit c69e544
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 258 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: install pnpm
command: |
sudo corepack enable
sudo corepack prepare pnpm@7.17.1 --activate
sudo corepack prepare pnpm@7.26.3 --activate
pnpm config set store-dir ~/.pnpm-store
- run:
name: install packages
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
name: install pnpm
command: |
sudo corepack enable
sudo corepack prepare pnpm@7.17.1 --activate
sudo corepack prepare pnpm@7.26.3 --activate
pnpm config set store-dir ~/.pnpm-store
- run:
name: install packages
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ locally:
We recommend using npm. Run the following command to install:

```bash
npm install -g pnpm@7.17.1
npm install -g pnpm@7.26.3
```

---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"typescript": "^4.9.4",
"vite": "^4.0.4"
},
"packageManager": "pnpm@7.17.1",
"packageManager": "pnpm@7.26.3",
"pnpm": {
"overrides": {
"@pantheon-systems/wordpress-kit": "workspace:*",
Expand Down

0 comments on commit c69e544

Please sign in to comment.