From b8b39bffbcb5d4400e5184e880bea77c118733dd Mon Sep 17 00:00:00 2001 From: "oleksandr.buhaienko" Date: Mon, 29 Sep 2025 18:20:00 +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 762c350..4935fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,6 @@ on: jobs: tests: runs-on: ubuntu-latest - strategy: - matrix: - node: [20, 24] steps: - name: Checkout uses: actions/checkout@v4