diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c51055f..644ea6e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,7 +50,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [20, 22, 24, 25] + node-version: [22, 24, 25, 26] steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4