diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9112f04..0c93337 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v3.3.0 - uses: actions/setup-node@v3.6.0 with: - node-version: "20.5.0" + node-version: "20.7.0" cache: "npm" - run: corepack enable - run: npm ci