Closed jongwooo closed 1 year ago
thanks for the PR!
This doesn't break anything, but caching doesn't seem to have worked in my test, I'm not sure why. See the runs here, I would have expected the second one to use the cache.
Run actions/setup-node@v3
Found in cache @ /opt/hostedtoolcache/node/18.12.1/x64
Environment details
/usr/local/bin/yarn --version
1.22.19
/usr/local/bin/yarn cache dir
/home/runner/.cache/yarn/v6
yarn cache is not found
I would have expected the second one to use the cache.
@jaked That's the correct answer. You can check the cache at the following link.
ok thanks, I guess I don't understand how this is supposed to work but you seem to understand it :)
Signed-off-by: jongwooo jongwooo.han@gmail.com
Details
Updated workflows to cache dependencies using actions/setup-node.
setup-node@v3
or newer has caching built-in.AS-IS
TO-BE
References