diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 535e4b7..1910b7b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,8 +7,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['10.x', '12.x', '14.x'] - os: [ubuntu-latest, windows-latest, macOS-latest] + node: ['14.x', '16.x'] + os: [ubuntu-latest] steps: - name: Checkout repo