From bc88743ebef9f59db78a2e5b615a6982c3964ab9 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 May 2026 15:04:57 +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 5dc06774..51295ba9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,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