Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 74223f3

Browse files
committed
Use bash as the shell for CI tests job on Windows
Allows us to not worry about the shell compatibility of our npm scripts or CI steps.
1 parent 03f1ff7 commit 74223f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
matrix:
7171
node-version: ['12', '14', '16', '17']
7272
os: [ubuntu-latest, macos-latest, windows-latest]
73-
73+
defaults:
74+
run:
75+
shell: bash
7476
runs-on: ${{ matrix.os }}
7577
steps:
7678
- name: "Checkout code"

0 commit comments

Comments
 (0)