From 26099ea6d572a5b7c69e88dcfefb9e5e67b0bf15 Mon Sep 17 00:00:00 2001 From: "oleksandr.buhaienko" Date: Fri, 26 Sep 2025 10:41:14 +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 acbec4d..beb6528 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