Skip to content

Commit 206bdba

Browse files
authored
Upgrade pnpm v8 -> v9 (#198)
1 parent 23167c5 commit 206bdba

File tree

3 files changed

+3969
-3285
lines changed

3 files changed

+3969
-3285
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: pnpm/action-setup@v4
1616
with:
17-
version: 8.6.10
17+
version: 9.6.0
1818
- uses: actions/setup-node@v4
1919
with:
2020
cache: "pnpm"

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44
"description": "Simple reusable React error boundary component",
55
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
66
"license": "MIT",
7-
"packageManager": "pnpm@8.6.10",
87
"repository": {
98
"type": "git",
109
"url": "https://github.com/bvaughn/react-error-boundary"
1110
},
11+
"engines": {
12+
"node": ">=20",
13+
"pnpm": "=9"
14+
},
1215
"main": "dist/react-error-boundary.cjs.js",
1316
"module": "dist/react-error-boundary.esm.js",
1417
"exports": {

0 commit comments

Comments
 (0)