Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 5d981ba

Browse files
committed
Cache installed dependencies during CI job
1 parent b1bb95f commit 5d981ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

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

1616
- name: Install
1717
run: yarn install --frozen-lockfile
18+
with:
19+
cache: 'yarn'
1820

1921
- name: Build
2022
run: yarn build

0 commit comments

Comments
 (0)