Skip to content

Commit 41253ca

Browse files
committed
ci: remove specific shell
1 parent 4a9d963 commit 41253ca

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,10 @@ jobs:
6464
run: npm run lint
6565
- name: Run tests (Node 18/20)
6666
if: matrix.node-version != '22.x' && matrix.node-version != '24.x'
67-
shell: bash
6867
# Node 18 lacks --test-reporter; Node 20 has coverage bugs. Use simpler script.
6968
run: npm run test:node18 --workspaces --if-present
7069
- name: Run tests (Node 22+)
7170
if: matrix.node-version == '22.x' || matrix.node-version == '24.x'
72-
shell: bash
7371
run: npm test
7472
- name: Upload code coverage
7573
if: matrix.node-version == '24.x' && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)