Skip to content

Commit 374dc30

Browse files
committed
chore: bump pnpm version requirement
1 parent d9534d8 commit 374dc30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/[email protected]
2323
with:
24-
version: 6.32.8
24+
version: 7.5.1
2525
- name: Setup Node
2626
uses: actions/setup-node@v3
2727
with:
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install pnpm
5656
uses: pnpm/[email protected]
5757
with:
58-
version: 6.32.8
58+
version: 7.5.1
5959
- name: Setup Node
6060
uses: actions/setup-node@v3
6161
with:
@@ -85,7 +85,7 @@ jobs:
8585
- name: Install pnpm
8686
uses: pnpm/[email protected]
8787
with:
88-
version: 6.32.8
88+
version: 7.5.1
8989
- name: Setup Node
9090
uses: actions/setup-node@v3
9191
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"**/tests",
9999
"**/__tests__"
100100
],
101-
"packageManager": "pnpm@6.32.8",
101+
"packageManager": "pnpm@7.5.1",
102102
"funding": [
103103
{
104104
"type": "github",

0 commit comments

Comments
 (0)