You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
The message from github action https://github.com/ChainSafe/aleo-snap/actions/runs/7543266284/job/20534039858?pr=74
Yarn cache from setup-node is not working properly with yarn 3+. As the solution we can use package actions/cache@v3 to force the caching of the folder. Here is an example:
https://github.com/ChainSafe/dappeteer/blob/eb95e0cd51d95261e67e423ddd0404351d1da1dc/.github/workflows/main.yml#L27-L38