Skip to content

Commit 9fabf3e

Browse files
committed
fix: remove unnecessary shell specification in setup steps
1 parent 3e0b7f0 commit 9fabf3e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ runs:
2424
steps:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v4
27-
shell: bash
2827

2928
- name: Setup Node.js ${{ inputs.node-version }}
3029
uses: actions/setup-node@v4
@@ -43,7 +42,6 @@ runs:
4342

4443
- name: Cache pnpm store
4544
uses: actions/cache@v4
46-
shell: bash
4745
with:
4846
path: |
4947
~/.local/share/pnpm/store

0 commit comments

Comments
 (0)