Skip to content

Commit

Permalink
fix: pnpm version (#112)
Browse files Browse the repository at this point in the history
* fix: pnpm version

* need full version
  • Loading branch information
0xPenryn authored Nov 1, 2024
1 parent 1ec2aa9 commit 5c38fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.9.0

- name: Set up Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9
version: 9.9.0

- name: Set up Node
uses: actions/setup-node@v3
Expand Down

0 comments on commit 5c38fd7

Please sign in to comment.