File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 39
39
id : cache-node-modules
40
40
uses : actions/cache@v3
41
41
with :
42
- path : " node_modules"
43
- key : yarn-build-${{ hashFiles('yarn.lock') }}
42
+ path : " **/ node_modules"
43
+ key : yarn-build-${{ hashFiles('** yarn.lock') }}
44
44
restore-keys : |
45
45
yarn-build-
46
46
@@ -115,8 +115,8 @@ jobs:
115
115
id : cache-node-modules
116
116
uses : actions/cache@v3
117
117
with :
118
- path : " node_modules"
119
- key : yarn-build-${{ hashFiles('yarn.lock') }}
118
+ path : " **/ node_modules"
119
+ key : yarn-build-${{ hashFiles('** yarn.lock') }}
120
120
restore-keys : |
121
121
yarn-build-
122
122
@@ -161,8 +161,8 @@ jobs:
161
161
id : cache-node-modules
162
162
uses : actions/cache@v3
163
163
with :
164
- path : " node_modules"
165
- key : yarn-build-${{ hashFiles('yarn.lock') }}
164
+ path : " **/ node_modules"
165
+ key : yarn-build-${{ hashFiles('** yarn.lock') }}
166
166
restore-keys : |
167
167
yarn-build-
168
168
@@ -204,8 +204,8 @@ jobs:
204
204
id : cache-node-modules
205
205
uses : actions/cache@v3
206
206
with :
207
- path : " node_modules"
208
- key : yarn-build-${{ hashFiles('yarn.lock') }}
207
+ path : " **/ node_modules"
208
+ key : yarn-build-${{ hashFiles('** yarn.lock') }}
209
209
restore-keys : |
210
210
yarn-build-
211
211
You can’t perform that action at this time.
0 commit comments