Skip to content

Commit

Permalink
chore: bump pnpm version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jul 13, 2022
1 parent d9534d8 commit 374dc30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
with:
version: 6.32.8
version: 7.5.1
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
with:
version: 6.32.8
version: 7.5.1
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
with:
version: 6.32.8
version: 7.5.1
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -98,7 +98,7 @@
"**/tests",
"**/__tests__"
],
"packageManager": "pnpm@6.32.8",
"packageManager": "pnpm@7.5.1",
"funding": [
{
"type": "github",
Expand Down

0 comments on commit 374dc30

Please sign in to comment.