Skip to content

Commit

Permalink
perf: cache yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamGaash committed Dec 14, 2023
1 parent cb50715 commit 6806e37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Run install
uses: borales/actions-yarn@v4
with:
Expand All @@ -31,6 +32,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'yarn'
- name: Run install
uses: borales/actions-yarn@v4
with:
Expand Down

0 comments on commit 6806e37

Please sign in to comment.