File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 38
38
with :
39
39
path : " **/node_modules"
40
40
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
41
+ restore-keys : |
42
+ yarn-build-
41
43
42
44
- name : Install dependencies
43
45
if : steps.cache-yarn.outputs.cache-hit != 'true'
78
80
with :
79
81
path : " **/node_modules"
80
82
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
83
+ restore-keys : |
84
+ yarn-build-
81
85
82
86
- name : Install dependencies
83
87
if : steps.cache-yarn.outputs.cache-hit != 'true'
@@ -107,6 +111,8 @@ jobs:
107
111
with :
108
112
path : " **/node_modules"
109
113
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
114
+ restore-keys : |
115
+ yarn-build-
110
116
111
117
- name : Install dependencies
112
118
if : steps.cache-yarn.outputs.cache-hit != 'true'
@@ -347,6 +353,8 @@ jobs:
347
353
with :
348
354
path : " **/node_modules"
349
355
key : yarn-build-${{ hashFiles('**/yarn.lock') }}
356
+ restore-keys : |
357
+ yarn-build-
350
358
351
359
- name : Download release packages
352
360
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments