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 699f78c commit f66a71eCopy full SHA for f66a71e
.github/workflows/ci.yaml
@@ -112,8 +112,10 @@ jobs:
112
id: cache-yarn
113
uses: actions/cache@v2
114
with:
115
- path: "**/node_modules"
116
- key: yarn-build-${{ hashFiles('**/yarn.lock') }}
+ path: |
+ "**/vendor/modules"
117
+ "**/node_modules"
118
+ key: yarn-build-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/vendor/yarn.lock') }}
119
restore-keys: |
120
yarn-build-
121
0 commit comments