GitHub actions failing because of cache issue

by stazon 6/13/2022, 9:19 AMwith 2 comments

by stazon 6/13/2022, 9:21 AM

Seen several people report that GitHub actions are failing because the caching service return 503. Github status still report that everything is normal

by krautsourcedon 6/13/2022, 9:40 AM

see also https://github.com/actions/cache/issues/820

Looks like the package servers are having troubles. Apparently a workaround is to use the `cache: npm` parameter for the setup-node action. Won't help when you rely on other actions or docker builds etc.