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