Skip to content

Commit

Permalink
update pnpm version in cd.yml to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
dontry committed Oct 31, 2024
1 parent b8892a1 commit 595f80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9

- name: Setup Node
uses: actions/setup-node@v3
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 595f80c

Please sign in to comment.