-
Notifications
You must be signed in to change notification settings - Fork 0
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
cache frontend builds #248
Comments
This is sus: https://github.com/cypressf/climate-risk-map/runs/4958804935?check_suite_focus=true#step:3:13
but on my dev machine
|
in the runner
but on my dev machine, from
|
huh... when building the frontend it uses the correct version of yarn. in the builder (https://github.com/cypressf/climate-risk-map/runs/4959727715?check_suite_focus=true#step:4:11) which yarn
/usr/local/bin/yarn
/usr/local/bin/yarn --version
3.1.0
yarn --version
3.1.0 |
okay I've decided I'm sufficiently annoyed debugging. I'll build my own based on actions/setup-node#325 |
actions/setup-node says the cache was restored, but the yarn cache is only 244 bytes, and doesn't seem to speed up the build time. why is this?
The text was updated successfully, but these errors were encountered: