Skip to content

Commit 3c65776

Browse files
committed
Run tests under bash on Windows
1 parent 2d33736 commit 3c65776

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- virtual-environment: macos-latest
2626
node: 24
2727
- virtual-environment: macos-latest
28-
node: 25
28+
node: latest
2929

3030
runs-on: ${{ matrix.virtual-environment }}
3131

@@ -59,4 +59,5 @@ jobs:
5959
run: node node_modules/eslint/bin/eslint .
6060

6161
- name: Run test suite
62+
shell: bash
6263
run: node node_modules/mocha/bin/mocha tests

0 commit comments

Comments
 (0)