diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5e3c185..5c3589b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -5,7 +5,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + # os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest] node: [10, 12, 14] steps: - uses: actions/checkout@v2