Skip to content

Commit 21b9e01

Browse files
authored
chore: update pnpm version (#150)
1 parent 196537e commit 21b9e01

File tree

5 files changed

+813
-897
lines changed

5 files changed

+813
-897
lines changed

.github/workflows/jest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-node@v3
99
- uses: pnpm/action-setup@v2
1010
with:
11-
version: 7
11+
version: 8.6.10
1212
- name: Install dependencies
1313
run: pnpm install
1414
- name: Build NPM packages

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-node@v3
99
- uses: pnpm/action-setup@v2
1010
with:
11-
version: 7
11+
version: 8.6.10
1212
- name: Install dependencies
1313
run: pnpm install
1414
- name: Build NPM packages

.github/workflows/typescript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-node@v3
99
- uses: pnpm/action-setup@v2
1010
with:
11-
version: 7
11+
version: 8.6.10
1212
- name: Install dependencies
1313
run: pnpm install
1414
- name: Build NPM packages

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/bvaughn/react-error-boundary"

0 commit comments

Comments
 (0)