From bad4b370c3a542862884b4c16931348a123801b2 Mon Sep 17 00:00:00 2001 From: Matthew Thomas Date: Sun, 7 Jun 2026 19:18:13 +0100 Subject: [PATCH] Add Node 26 to CI matrix --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 72f0a0d..7f7e3ee 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '26' cache: npm - name: Install @@ -46,7 +46,7 @@ jobs: strategy: fail-fast: false matrix: - node: ['20', '22', '24'] + node: ['20', '22', '24', '26'] permissions: contents: read @@ -119,7 +119,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 with: - node-version: '22' + node-version: '26' cache: npm - name: Install