Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FORCE_COLOR:2
so that we get colored outputBTW it seems the actions don't fire on this repo from forks, so here is the run from my fork: https://github.com/XhmikosR/npm-run-all2/runs/3799626983
PS1. it seems tests break with Node.js 16 which is using npm 7.x. They changed how the
npm_config
stuff works. Personally I'm using aconfig
key in my package.json and that works on both npm 6 and 7.PS2. this will probably conflict with #61, ping me to rebase when needed
PS3. the engines package.json property is using
>=10
but Node.js 10 isn't tested on CI