diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1684a7b..9423693 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [20, 24, 25] + node-version: [24] steps: - uses: actions/checkout@v6