refactor!: drop execa
in favor of native child_process
#1705
Labels
size: s
Pull request size is small.
type: process
A process-related concern. May include testing, release, or the like.
We can avoid
execa
's ESM migration and remove a dependency by switching to the native Node.jschild_process
.Background:
The text was updated successfully, but these errors were encountered: