From fe4d4b586af2c81561caa7d79af4cb765a556bca Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:18:46 +0000 Subject: [PATCH 1/2] Initial plan From 6175a21cb20afa13976c0dfe3c6a67c44e68847b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 11 Dec 2025 14:22:26 +0000 Subject: [PATCH 2/2] Update Azure Pipelines to use Node.js 20.x instead of 18.x Co-authored-by: dkamburov <1182001+dkamburov@users.noreply.github.com> --- azure-pipelines/igniteui-wc-grid-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/igniteui-wc-grid-examples.yml b/azure-pipelines/igniteui-wc-grid-examples.yml index 00e49ed..1f884ed 100644 --- a/azure-pipelines/igniteui-wc-grid-examples.yml +++ b/azure-pipelines/igniteui-wc-grid-examples.yml @@ -36,7 +36,7 @@ stages: displayName: 'Install Node' inputs: versionSource: 'spec' - versionSpec: '18.x' + versionSpec: '20.x' - task: Bash@3 displayName: 'Create download artifact per sample (Shell)'