Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade pnpm to fix pnpm config in CI #511

Merged
merged 1 commit into from
Feb 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
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
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
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