build: rm global yarn cache (#6822)

* build: omit caching global modules

* docs: build omitting cache
This commit is contained in:
Zach Pomerantz 2023-06-23 14:41:06 -04:00 committed by GitHub
parent 011136d0e9
commit 96c58361a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ runs:
with:
node-version: 18
registry-url: https://registry.npmjs.org
cache: 'yarn'
# cache is intentionally omitted, as it is faster with yarn v1 to cache node_modules.
- uses: actions/cache@v3
id: install-cache