We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23167c5 commit 206bdbaCopy full SHA for 206bdba
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: pnpm/action-setup@v4
16
with:
17
- version: 8.6.10
+ version: 9.6.0
18
- uses: actions/setup-node@v4
19
20
cache: "pnpm"
package.json
@@ -4,11 +4,14 @@
4
"description": "Simple reusable React error boundary component",
5
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
6
"license": "MIT",
7
- "packageManager": "pnpm@8.6.10",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/bvaughn/react-error-boundary"
11
},
+ "engines": {
12
+ "node": ">=20",
13
+ "pnpm": "=9"
+ },
"main": "dist/react-error-boundary.cjs.js",
"module": "dist/react-error-boundary.esm.js",
"exports": {
0 commit comments