diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7225b26..aebabe2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: name: Node ${{ matrix.node }} strategy: matrix: - node: [ "12", "14", "16", "18" ] + node: [ "12", "14", "16" ] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2