From 9466f6aced0b813ae4519e9185afa4aca82cbe2d Mon Sep 17 00:00:00 2001 From: "oleksandr.buhaienko" Date: Mon, 7 Jul 2025 13:32:08 +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 16d8eb62..23bb1221 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