From 8c6650d1d565260338bd3429657452fc639f29fe Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 May 2026 14:31:21 +0100 Subject: [PATCH] ci(ci): add node 26 to test matrix Signed-off-by: Frazer Smith --- .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 fe482ef..cd7a3fd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: contents: read strategy: matrix: - node-version: [20, 22, 24] + node-version: [20, 22, 24, 26] steps: - name: Check out repo uses: actions/checkout@v6