From f17b649c9c73281cfc36c950b0d89dc00819e5b3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 14:29:47 +0000 Subject: [PATCH 1/2] Initial plan From 0205f83c771661fcc32db42fea9c1aaa186e3f8c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 7 May 2026 14:31:15 +0000 Subject: [PATCH 2/2] Add Node 26 to test matrix in core-ci.yml Agent-Logs-Url: https://github.com/microsoft/typespec/sessions/4a93e9f1-fbc5-4165-989d-9294eebf78b2 Co-authored-by: timotheeguerin <1031227+timotheeguerin@users.noreply.github.com> --- .github/workflows/core-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-ci.yml b/.github/workflows/core-ci.yml index 97f2fcdd06e..a6e920677a3 100644 --- a/.github/workflows/core-ci.yml +++ b/.github/workflows/core-ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest] - node-version: ["22.x", "24.x"] + node-version: ["22.x", "24.x", "26.x"] env: TYPESPEC_VS_CI_BUILD: true