diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33e20e1..ee786dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['12.x', '14.x', '16.x', '18.x', '20.x', '22.x'] + node: ['16.x', '18.x', '20.x', '22.x'] os: [ubuntu-latest, windows-latest, macOS-11] steps: