We can avoid `execa`'s ESM migration and remove a dependency by switching to the native Node.js `child_process`. Background: - https://github.com/googleapis/gax-nodejs/pull/1703