diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f6aea97..ec1fa6c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node: ['14.x', '16.x', '18.x'] + node: ['16.x', '18.x'] os: [windows-latest, ubuntu-latest] steps: