From eb8ecd39883f36368c9193db389616b4b22e16e1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 May 2026 15:03:19 +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 f3d575a..41a6bec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: with: lint: true license-check: true - node-versions: '["20", "22", "24"]' + node-versions: '["20", "22", "24", "26"]'