Skip to content

Commit

Permalink
chore: use pnpm@7 in action
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 28, 2022
1 parent 292e529 commit 4bab688
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.3.0
- 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.3.0
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2.2.1
with:
version: 6.32.8
version: 7.3.0
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,7 +97,7 @@
"**/tests",
"**/__tests__"
],
"packageManager": "pnpm@6.32.8",
"packageManager": "pnpm@7.3.0",
"funding": [
{
"type": "github",
Expand Down

0 comments on commit 4bab688

Please sign in to comment.