diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c72d1df..a433d96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x, 20.x, 22.x, 23.x, 24.x] + node-version: [20.x, 22.x, 23.x, 24.x, 25.x] fail-fast: false steps: - uses: actions/checkout@v6