diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 10d9b2d0..8738da64 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 14.x, 16.x, 18.x ] + node-version: [ 14.x, 16.x ] steps: - uses: actions/checkout@v3