73
73
run : yarn ${{ github.actor == 'dependabot[bot]' && '--no-immutable' || '--immutable' }}
74
74
- id : cache
75
75
name : Cache dependencies
76
-
76
+
77
77
with :
78
78
key : ${{ runner.os }}-${{ github.run_id }}
79
79
path : ${{ env.CACHE_PATH }}
@@ -102,7 +102,7 @@ jobs:
102
102
node-version-file : .nvmrc
103
103
- id : cache
104
104
name : Restore dependencies cache
105
-
105
+
106
106
with :
107
107
key : ${{ runner.os }}-${{ github.run_id }}
108
108
path : ${{ env.CACHE_PATH }}
@@ -151,7 +151,7 @@ jobs:
151
151
node-version-file : .nvmrc
152
152
- id : cache
153
153
name : Restore dependencies cache
154
-
154
+
155
155
with :
156
156
key : ${{ runner.os }}-${{ github.run_id }}
157
157
path : ${{ env.CACHE_PATH }}
@@ -176,7 +176,7 @@ jobs:
176
176
node-version-file : .nvmrc
177
177
- id : cache
178
178
name : Restore dependencies cache
179
-
179
+
180
180
with :
181
181
key : ${{ runner.os }}-${{ github.run_id }}
182
182
path : ${{ env.CACHE_PATH }}
@@ -204,7 +204,7 @@ jobs:
204
204
node-version-file : .nvmrc
205
205
- id : cache
206
206
name : Restore dependencies cache
207
-
207
+
208
208
with :
209
209
key : ${{ runner.os }}-${{ github.run_id }}
210
210
path : ${{ env.CACHE_PATH }}
@@ -239,7 +239,7 @@ jobs:
239
239
node-version-file : .nvmrc
240
240
- id : cache
241
241
name : Restore dependencies cache
242
-
242
+
243
243
with :
244
244
key : ${{ runner.os }}-${{ github.run_id }}
245
245
path : ${{ env.CACHE_PATH }}
@@ -286,7 +286,7 @@ jobs:
286
286
node-version : ${{ matrix.node-version }}
287
287
- id : cache
288
288
name : Restore dependencies cache
289
-
289
+
290
290
with :
291
291
key : ${{ runner.os }}-${{ github.run_id }}
292
292
path : ${{ env.CACHE_PATH }}
@@ -333,7 +333,7 @@ jobs:
333
333
node-version-file : .nvmrc
334
334
- id : cache
335
335
name : Restore dependencies cache
336
-
336
+
337
337
with :
338
338
key : ${{ runner.os }}-${{ github.run_id }}
339
339
path : ${{ env.CACHE_PATH }}
0 commit comments