You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three workflows running on aw-gpu-runner-T4 are failing 100% of the time with node: command not found. All three use the copilot engine, which requires Node.js to be available on the runner.
All three workflows have runs-on: aw-gpu-runner-T4 in their frontmatter.
Root Cause
The aw-gpu-runner-T4 runner does not have Node.js installed (or it's not in PATH), but the copilot engine requires Node.js to execute the Copilot CLI. The runtimes: node: version: "24" frontmatter in these workflows does not appear to be provisioning Node.js correctly on this runner type.
History
A prior auto-issue (#27534) was created for the same error on Apr 21, 2026 and closed as "not planned". The failure has continued uninterrupted since before Apr 12.
No daily news, issue reports, or facts being generated
Suggested Fixes
Install Node.js on aw-gpu-runner-T4 — ensure the runner image has Node 20+ in PATH, matching the ubuntu-latest runner setup
Use a different runner type — change these workflows to ubuntu-latest if GPU is not needed for the copilot engine (verify if T4 GPU is actually used)
Add node setup step — as a workaround, add a setup-node action step before the copilot engine step
Verification
Check if daily-news.md, daily-fact.md, or daily-issues-report.md actually require GPU acceleration. If not, removing runs-on: aw-gpu-runner-T4 and using the default runner would immediately fix all three workflows.
Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
#19099search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".
To allow these resources, lower min-integrity in your GitHub frontmatter:
Problem
Three workflows running on
aw-gpu-runner-T4are failing 100% of the time withnode: command not found. All three use thecopilotengine, which requires Node.js to be available on the runner.Error:
Affected Workflows
daily-issues-report.mddaily-news.mddaily-fact.mdAll three workflows have
runs-on: aw-gpu-runner-T4in their frontmatter.Root Cause
The
aw-gpu-runner-T4runner does not have Node.js installed (or it's not in PATH), but thecopilotengine requires Node.js to execute the Copilot CLI. Theruntimes: node: version: "24"frontmatter in these workflows does not appear to be provisioning Node.js correctly on this runner type.History
A prior auto-issue (#27534) was created for the same error on Apr 21, 2026 and closed as "not planned". The failure has continued uninterrupted since before Apr 12.
Impact
Suggested Fixes
ubuntu-latestrunner setupubuntu-latestif GPU is not needed for the copilot engine (verify if T4 GPU is actually used)setup-nodeaction step before the copilot engine stepVerification
Check if
daily-news.md,daily-fact.md, ordaily-issues-report.mdactually require GPU acceleration. If not, removingruns-on: aw-gpu-runner-T4and using the default runner would immediately fix all three workflows.Note
🔒 Integrity filter blocked 1 item
The following item was blocked because it doesn't meet the GitHub integrity level.
search_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: