From 376dd5344435ecce4c21df923cff4b0bd3a5f2cf Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Wed, 6 May 2026 16:26:39 +0900 Subject: [PATCH] Test Node.js v26 in CI --- .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 d085f46..6c59db3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: test: uses: ./.github/workflows/call-test.yml with: - node-version: '["22", "24"]' + node-version: '["22", "24", "26"]' os: '["ubuntu-latest", "windows-latest", "macos-latest"]' exclude: | [