Skip to content

Commit

Permalink
Fix pnpm CI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Siegrift committed Nov 2, 2023
1 parent b99f895 commit 4c1ee41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8.10.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8.10.2
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 4c1ee41

Please sign in to comment.