Skip to content

Commit 49c95e9

Browse files
committed
chore: enable cache
1 parent 8cf4628 commit 49c95e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333

3434
- uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c # 1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
3535
name: 🟧 Install pnpm
36+
with:
37+
cache: true
3638

3739
- name: 📦 Install dependencies (root only, no scripts)
3840
run: pnpm install --filter . --ignore-scripts

0 commit comments

Comments
 (0)