diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7421b84..e5240de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,14 +11,11 @@ on: jobs: build: - - runs-on: ${{ matrix.os }} - strategy: matrix: - on: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] node-version: [20.x] - + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }}