Skip to content

Commit adc9476

Browse files
authored
chore(ci): enable yarn cache in actions/setup-node (#151)
1 parent 289239a commit adc9476

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-node@v3
1818
with:
1919
node-version: ${{ matrix.node-version }}
20+
cache: "yarn"
2021
- name: Install dependencies
2122
run: yarn
2223
- run: yarn lint

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: "16"
24+
cache: "yarn"
2425

2526
- name: Install Dependencies
2627
run: yarn

0 commit comments

Comments
 (0)