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

chore: update pnpm version to 9.6.0 #195

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8.6.10
version: 9.6.0
Copy link
Contributor Author

@sukvvon sukvvon Oct 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

match pnpm/action-setup's version with package.json's packageManager version

- uses: actions/setup-node@v4
with:
cache: "pnpm"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Simple reusable React error boundary component",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@9.6.0",
Copy link
Contributor Author

@sukvvon sukvvon Oct 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

declare packageManager version like current pnpm's package.json

"repository": {
"type": "git",
"url": "https://github.com/bvaughn/react-error-boundary"
Expand Down
Loading