Skip to content

Commit

Permalink
feat: update pnpm version in GitHub Actions workflow to 8.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Jan 2, 2025
1 parent 26a984d commit d6c3192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up pnpm
uses: pnpm/action-setup@v2
with:
version: "7.x"
version: "8.15.4"

# Install Node dependencies via pnpm
- name: Install Node Dependencies
Expand Down

0 comments on commit d6c3192

Please sign in to comment.