diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62cd8aba..23dcb184 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,8 @@ jobs: needs: test_lint strategy: matrix: - node: [ '14','16' ] - os: [ windows-latest, ubuntu-latest ] + node: [ '16' ] + os: [ ubuntu-latest ] name: Test with Node v${{ matrix.node }} on ${{ matrix.os }} steps: - name: Tell if project is using npm or yarn