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

Commit bedc7e0

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

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
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Use Node.js
1414
uses: actions/setup-node@v2.2.0
15+
with:
16+
cache: 'yarn'
1517

1618
- name: Install
1719
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)