waveterm/.github/workflows
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
..
build-helper.yml Fix Build Helper for Yarn Modern (#646) 2024-05-02 17:53:47 -07:00
codeql.yml Fix CodeQL checks for Go (#456) 2024-03-14 12:12:51 -07:00
regression.yml Introduce corepack dependency (#643) 2024-05-02 16:08:31 -07:00