Avoid spawning a shell when running node in test by Gowee · Pull Request #155 · actions/typescript-action

Hi! execSync by default spawns a shell to exec the specified command. And, without specifying an absolute path to the node binary, it will be searched in PATH where yarn prepends a temporary direct...