diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa07cad6..b9e9e483 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [14, 16, 18, 20] + node-version: [16, 18, 20] name: Use Node.js v${{ matrix.node-version }} steps: - uses: actions/checkout@v3