From fc37b32e63afae235ac559f4d24c5b9c4d152264 Mon Sep 17 00:00:00 2001 From: Nicolas Charpentier Date: Mon, 16 Mar 2026 16:04:43 -0400 Subject: [PATCH] chore(ci): add node 24 (lts) to the test matrix --- .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 2b463bc..2b21f66 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,7 +23,7 @@ jobs: - ubuntu-latest - windows-latest - macos-latest - node-version: [20, 22] + node-version: [20, 22, 24] steps: - name: Check out code