-
Notifications
You must be signed in to change notification settings - Fork 250
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
glob 11 doesn't support node 18 #4930
Comments
Thanks for reporting. Will fix asap |
F.y.i. found this issue with an explanation on why the latest major release of glob and others don't support node 18 anymore. isaacs/node-lru-cache#343 |
Yup, I have no strong opinion on any of that :) I am also fine with bumping the minimum node version in stryker and doing a semver major. The only real issue is that stryker advertises node 18 support, while having a dependency that requires a higher version. |
I've worked on big enterprise projects where developers couldn't choose to upgrade, requiring weeks of work. I like the clarity of the NodeJS release schedule. |
Thank you @nicojs for the speedy updates here 🙇 |
This change was introduced in: #4894
Resulting in:
While stryker itself still claims to support node 18:
stryker-js/package.json
Line 71 in 7b4b9b1
Would it be possible to revert the glob update?
The text was updated successfully, but these errors were encountered: