From 5dc7388aba94b9841fca32a4bbcb5e7cb6ac9edc Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 19 Jan 2026 18:21:56 -0300 Subject: [PATCH] Revert "chore: add node v25 to test matrix (#144)" This reverts commit 08526ea0e561328a72862d2c0cd42717884cd6a2. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 695838d..5de6768 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,7 +35,7 @@ jobs: strategy: matrix: - node-version: [18, 20, 22, 24, 25] + node-version: [18, 20, 22, 24] env: CI: true