Skip to content

Commit f1b2e8e

Browse files
Add caching of the yarn dependencies
We're adding a caching mechanism for yarn dependencies built into the `setup-node` GH action. This should decrease execution time for the step installing the dependencies.
1 parent 62b0a90 commit f1b2e8e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: "14.x"
18+
cache: "yarn"
1819

1920
- name: Install dependencies
2021
run: yarn install

0 commit comments

Comments
 (0)