Process Execution: Introduce the execPath option, allowing users to specify which Node.js executable to use in child processes. This enhances flexibility and ensures the correct Node.js version is utilized, addressing issues with $PATH variable respect.
Fixes
Fix execa's handling of the $PATH variable, ensuring it respects the user's environment and correctly identifies the desired executable. This resolves issues where the wrong installation of executables, like Git, was being used.