Skip to content

Commit 3de22fa

Browse files
committed
fix(setup-project): remove unused pnpm version input from action
* Eliminated the `version` input for the `Install pnpm` step as it was not utilized. * Streamlines the action configuration for better clarity and maintenance.
1 parent 4f3e4ca commit 3de22fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/actions/setup-project/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ runs:
2525
steps:
2626
- name: Install pnpm
2727
uses: pnpm/action-setup@v4
28-
with:
29-
version: ${{ inputs.pnpm-version }}
3028

3129
- name: Setup Node.js
3230
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)