Skip to content

Commit a04363f

Browse files
fix adding workflows
1 parent 3528405 commit a04363f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Get yarn cache directory path
3131
id: yarn-cache-dir-path
32-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
32+
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
3333

3434
- uses: actions/cache@v3
3535
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)

0 commit comments

Comments
 (0)