Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(node-18): revert changes to support node 18 again #4935

Merged
merged 5 commits into from
Aug 6, 2024
Merged

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Aug 6, 2024

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.

Fixes #4930

@nicojs nicojs enabled auto-merge (squash) August 6, 2024 10:22
@nicojs nicojs merged commit 42162bd into master Aug 6, 2024
14 checks passed
@nicojs nicojs deleted the fix/node-18 branch August 6, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

glob 11 doesn't support node 18
1 participant