From 000180957122c8f7124b89c18955e1e2989fe778 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:29:32 -0400 Subject: [PATCH] Update Node.js version matrix in CI workflow --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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