Skip to content

Commit a487dfe

Browse files
committed
chore(build): cache yarn dependencies
1 parent 5e8b462 commit a487dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/build/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ runs:
66
uses: actions/setup-node@v3
77
with:
88
node-version: 'lts/*'
9+
cache: 'yarn'
910
- name: Install dependencies
1011
run: yarn install
1112
shell: bash

0 commit comments

Comments
 (0)