From 88c117ab0ec3377fc2f3eaf200628f120e0eb88e Mon Sep 17 00:00:00 2001 From: wuyangfan Date: Tue, 26 May 2026 10:52:33 +0800 Subject: [PATCH] ci: add Node.js 26 to test matrix Run the full CI suite on Node 26 alongside existing 18 and 24 jobs. Fixes #1233 --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 30e4a55612..f41389693c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,7 @@ jobs: fail-fast: false matrix: node-version: + - 26 - 24 - 18 os: