From 59c0dac2c91c11b03dcd5aa8149dea8e5d891d83 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 18 May 2026 14:36:47 +0100 Subject: [PATCH] ci(ci): add node 26 to 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 be810dd..b9c9e00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: name: Unit Tests strategy: matrix: - node-version: [20, 22, 24] + node-version: [20, 22, 24, 26] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} permissions: