From 7a9d9bb300389ada59f0d7b7917f037c4f3efedb Mon Sep 17 00:00:00 2001 From: "oleksandr.buhaienko" Date: Mon, 15 Sep 2025 18:25:34 +0300 Subject: [PATCH] test: Remove support for Node 20 --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c28e74f..a71faa87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,9 +11,6 @@ on: jobs: tests: runs-on: ubuntu-latest - strategy: - matrix: - node: [20, 24] steps: - name: Checkout