This repository has been archived by the owner on Aug 13, 2022. It is now read-only.
generated from c-hive/js-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 15
Yarn v2 Support #10
Comments
Thanks! Linking the fork for reference: https://github.com/br0p0p/gha-yarn-cache What does Yarn v2 respond to |
Running Unknown Syntax Error: Command not found; did you mean:
$ yarn cache clean [--mirror] [--all]
While running cache dir However running undefined |
so, the v2 command ( |
Yes! If you're up for submitting a PR I'd be happy to release a v2 with this functionality. |
@br0p0p v2 released: https://github.com/c-hive/gha-yarn-cache/releases/tag/v2 Let me know if it works for you. Thanks for your help! |
This was referenced Jun 17, 2021
This was referenced Jun 30, 2021
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I forked this to add Yarn v2 support.
I think the best solution would be to merge that here and either create a new branch with Yarn v2 support or determine the Yarn version in the code and call either
yarn cache dir
oryarn config get cacheFolder
whether Yarn v1 or v2 is detected, respectively.What are your thoughts?
The text was updated successfully, but these errors were encountered: