Description
The instructions in for setting up the modernization agent in GitHub Copilot Coding Agent state that you must add a workflow to setup the GitHub Copilot CLI as a part of adding the modernization agent to Github Copilot Coding Agent.
The coding agent is supposed to already have an ephemeral environment for using GitHub Copilot, the .NET SDK and accessing the repository clone - why do we need to setup a "hand crafted", manually maintained version of this?
Bonus question; Why does the example workflow reference an old major version (20) of Node that is EOL on 2026-04-30 - is there some compatibility issue with newer versions? The GitHub Copilot CLI docs state Node 22+ as a requirement for installing the CLI with NPM.