Skip to content

Commit dfa9d49

Browse files
authored

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- name: Get yarn cache directory path
1515
id: yarn-cache-dir-path
16-
run: echo "::set-output name=dir::$(yarn cache dir)"
16+
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
1717
- uses: actions/cache@v3
1818
with:
1919
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)