Commit 96c58361 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

build: rm global yarn cache (#6822)

* build: omit caching global modules

* docs: build omitting cache
parent 011136d0
...@@ -10,7 +10,7 @@ runs: ...@@ -10,7 +10,7 @@ runs:
with: with:
node-version: 18 node-version: 18
registry-url: https://registry.npmjs.org 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 - uses: actions/cache@v3
id: install-cache id: install-cache
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment