File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 node-version-file : " .nvmrc"
2828 cache : " pnpm"
2929
30+ # see https://github.com/actions/setup-node/issues/1137
31+ - name : 📂 Create pnpm cache directory
32+ shell : bash
33+ run : mkdir -vp $(pnpm store path --silent)
34+
3035 - name : 📦 Install Dependencies
3136 run : npm run bootstrap
3237
Original file line number Diff line number Diff line change 2020 node-version-file : " .nvmrc"
2121 cache : " pnpm"
2222
23+ # see https://github.com/actions/setup-node/issues/1137
24+ - name : 📂 Create pnpm cache directory
25+ shell : bash
26+ run : mkdir -vp $(pnpm store path --silent)
27+
2328 - name : 📦 Install Dependencies
2429 run : npm run bootstrap
2530
Original file line number Diff line number Diff line change 2727 node-version-file : " .nvmrc"
2828 cache : " pnpm"
2929
30+ # see https://github.com/actions/setup-node/issues/1137
31+ - name : 📂 Create pnpm cache directory
32+ shell : bash
33+ run : mkdir -vp $(pnpm store path --silent)
34+
3035 - name : 🧑⚕️ React Doctor
3136 uses : millionco/react-doctor@main
3237 with :
You can’t perform that action at this time.
0 commit comments