Skip to content

Commit

Permalink
Remove duplicated pnpm setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jul 27, 2024
1 parent 3a42b47 commit 6a87a9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ inputs:
runs:
using: composite
steps:
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- name: Setup pnpm
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
- if: ${{ inputs.node-version == '' }}
Expand Down

0 comments on commit 6a87a9f

Please sign in to comment.