Skip to content

Commit

Permalink
ci: use bash shell for windows image
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra committed Dec 17, 2023
1 parent c24ba69 commit c60cc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- { os: macos-12, shell: bash }
- { os: ubuntu-22.04, shell: bash }
- { os: windows-2022, shell: powershell }
- { os: windows-2022, shell: bash }
fail-fast: false
runs-on: ${{ matrix.os }}
defaults:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: "20.5.0"
node-version: "20.7.0"
cache: "npm"
- run: corepack enable
- run: npm ci
Expand Down

0 comments on commit c60cc6b

Please sign in to comment.