diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 344697d..c283f12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x, 18.x, 20.x] + node-version: [20.x] steps: - uses: actions/checkout@v4 name: Checkout