Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit f3b874c

Browse files
committed
Add yarn dependency caching to GHA workflow
Signed-off-by: Laura Brehm <laurabrehm@hey.com>
1 parent 28c0826 commit f3b874c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 16
19+
cache: 'yarn'
1920
- run: yarn install --frozen-lockfile
2021
- run: yarn test

0 commit comments

Comments
 (0)