diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6687d32e..a19796a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: test: strategy: matrix: - node-version: [12.x, 14.x] - os: [ubuntu-latest, macos-latest] #, windows-latest] + node-version: [14.x] # [12.x, 14.x] + os: [ubuntu-latest] #, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: