We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf4628 commit 49c95e9Copy full SHA for 49c95e9
.github/workflows/ci.yml
@@ -33,6 +33,8 @@ jobs:
33
34
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c # 1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
35
name: 🟧 Install pnpm
36
+ with:
37
+ cache: true
38
39
- name: 📦 Install dependencies (root only, no scripts)
40
run: pnpm install --filter . --ignore-scripts
0 commit comments