Skip to content

Commit

Permalink
Add yarn install caching
Browse files Browse the repository at this point in the history
  • Loading branch information
slavikdenis authored Nov 1, 2021
1 parent 60d93bf commit b03fec7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Yarn cache
uses: c-hive/gha-yarn-cache@v2
- name: Install modules
run: yarn install
- name: Run prettier
Expand Down

1 comment on commit b03fec7

@vercel
Copy link

@vercel vercel bot commented on b03fec7 Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.