From eba329a33c1c130edf52262cb6da8f847d63737f Mon Sep 17 00:00:00 2001 From: Zefir Date: Tue, 21 Jul 2026 08:00:53 +0300 Subject: [PATCH] Remove Node.js 20 and add 26 in tests matrix Signed-off-by: Zefir --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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