From e7a0989b9e135eee9269c8db538cbb9cfec5f097 Mon Sep 17 00:00:00 2001 From: Lahiru Maramba Date: Mon, 27 Oct 2025 16:51:43 -0400 Subject: [PATCH] chore: Add Node.js 25.x Test PR to trigger CI on Node.js 25.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba8a5896b2..8d22146473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x, 24.x] + node-version: [18.x, 20.x, 22.x, 24.x, 25.x] steps: - uses: actions/checkout@v4