Skip to content

Commit

Permalink
Upgrade pnpm v8 -> v9 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn authored Oct 15, 2024
1 parent 23167c5 commit 206bdba
Show file tree
Hide file tree
Showing 3 changed files with 3,969 additions and 3,285 deletions.
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
- uses: actions/setup-node@v4
with:
cache: "pnpm"
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@
"description": "Simple reusable React error boundary component",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
"packageManager": "pnpm@8.6.10",
"repository": {
"type": "git",
"url": "https://github.com/bvaughn/react-error-boundary"
},
"engines": {
"node": ">=20",
"pnpm": "=9"
},
"main": "dist/react-error-boundary.cjs.js",
"module": "dist/react-error-boundary.esm.js",
"exports": {
Expand Down
Loading

0 comments on commit 206bdba

Please sign in to comment.