Skip to content

Commit 25cd972

Browse files
committed
Speed up dependency installation in CI
1 parent 0b583b1 commit 25cd972

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-node@v6
2121
with:
2222
node-version: "22"
23+
cache: "yarn"
2324

2425
- run: yarn
2526

@@ -39,6 +40,7 @@ jobs:
3940
- uses: actions/setup-node@v6
4041
with:
4142
node-version: "22"
43+
cache: "yarn"
4244

4345
- run: yarn
4446

@@ -54,6 +56,7 @@ jobs:
5456
- uses: actions/setup-node@v6
5557
with:
5658
node-version: "22"
59+
cache: "yarn"
5760

5861
- name: Install dependencies
5962
run: |

0 commit comments

Comments
 (0)