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.
2 parents 20da6f3 + 4e51833 commit 2dd874aCopy full SHA for 2dd874a
.github/workflows/build_deploy.yml
@@ -35,12 +35,13 @@ jobs:
35
uses: actions/setup-node@v3
36
with:
37
node-version: '16'
38
-
+ - name: Install Yarn
39
+ run: npm install -g yarn
40
# node cache
41
- name: Get yarn cache directory path
42
id: yarn-cache-dir-path
43
working-directory: submodules/volto
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
44
+ run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
45
- uses: actions/cache@v3
46
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
47
0 commit comments