We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3528405 commit a04363fCopy full SHA for a04363f
.github/workflows/ci.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Get yarn cache directory path
31
id: yarn-cache-dir-path
32
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
+ run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
33
34
- uses: actions/cache@v3
35
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
0 commit comments