waveterm/.github
Evan Simkowitz 67544c9a0f
Fix Build Helper for Yarn Modern (#646)
I am removing the Yarn cache from our Build Helper. The
actions/node-setup cache option is not compatible with Yarn Modern. With
Yarn Modern, the `yarn install` command that sets up our
project-specific yarn config will also install all the module
dependencies, meaning we don't need a separate call to resolve these.
Altogether, even without the cache, it only takes 21s for Yarn Modern to
install and resolve dependencies.
2024-05-02 17:53:47 -07:00
..
ISSUE_TEMPLATE Update issue templates 2023-11-14 10:55:33 -08:00
workflows Fix Build Helper for Yarn Modern (#646) 2024-05-02 17:53:47 -07:00