gax-nodejs
gax-nodejs copied to clipboard
refactor!: drop `execa` in favor of native `child_process`
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