Skip to content

Commit f784e78

Browse files
authored
Apply suggestion from @yanyongyu
1 parent 47097ca commit f784e78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/setup-node/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ runs:
77
- uses: actions/setup-node@v6
88
with:
99
node-version: "16"
10+
cache: yarn
1011

1112
- id: yarn-cache-dir-path
1213
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)