-
-
Notifications
You must be signed in to change notification settings - Fork 19
fix(deps)!: upgrade rimraf addressing upstream warnings #126
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
base: main
Are you sure you want to change the base?
Conversation
Resolves deprecation warnings about glob, inflight, and rimraf. See istanbuljs/nyc#1563.
|
@anomiex tests look pretty unhappy, I think maybe a missing container? |
|
@anomiex friendly nudge on this one, CI is yelling at me. |
|
Sorry, I've been sick and busy the past few days. The runs are failing with
which is a pretty old version and probably should be updated. Possibly GitHub has done something to stop it from even loading anymore (desipte the tag still existing). I can try to find time to look into that further. |
* actions/[email protected] is really old, and apparently no longer even loads. Update to v4. * Apparently actions/setup-node no longer supports 12.x or 14.x on darwin arm64. Exclude those from the test matrix.
|
There, give that a try. |
|
P.S. It looks like |
|
@bcoe Is there anything else you need from me to move forward on this? |
Resolves deprecation warnings about glob, inflight, and rimraf. See istanbuljs/nyc#1563.