Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(node-18): revert changes to support node 18 again (#4935)
Revert some dependency upgrades to fix compatibility issues with node 18. - Revert `tap-parser`, `glob`, `minimatch`, `rimraf`, `tap` dependency updates. - Remove direct dependency on `glob` for `@stryker-mutator/core`, since we only needed `hasMagic` from it, and that is also exported from `minimatch` (which was already a dependency). - Make pipeline fail when `"EBADENGINE"` errors occur to prevent these issues in the future.
- Loading branch information