diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f5fc9f..d70fd32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - node: [20, 22, 24] + node: [22, 24, 26] steps: - name: Checkout repository uses: actions/checkout@v7