diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3adfce8..17581ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x] + node-version: [18.x, 20.x] steps: - name: Checkout code uses: actions/checkout@v4