Skip to content

Commit 92665f1

Browse files
committed
Update action.yml
1 parent de2d490 commit 92665f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/setup/action.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ runs:
1212
cache: 'pnpm'
1313

1414
- name: Install pnpm
15+
shell: bash
1516
run: npm install -g pnpm
1617

1718
- uses: actions/cache@v4
@@ -23,5 +24,5 @@ runs:
2324
${{ runner.os }}-pnpm-
2425
2526
- name: Install dependencies
26-
shell: bash # <–– explicitly required in composite actions
27+
shell: bash
2728
run: pnpm install --frozen-lockfile

0 commit comments

Comments
 (0)