68
68
ref : ${{ env.REF }}
69
69
- id : node
70
70
name : Setup Node.js
71
- uses : actions/setup-node@v3.6 .0
71
+ uses : actions/setup-node@v3.7 .0
72
72
with :
73
73
cache : yarn
74
74
cache-dependency-path : yarn.lock
@@ -100,7 +100,7 @@ jobs:
100
100
ref : ${{ env.REF }}
101
101
- id : node
102
102
name : Setup Node.js
103
- uses : actions/setup-node@v3.6 .0
103
+ uses : actions/setup-node@v3.7 .0
104
104
with :
105
105
cache : yarn
106
106
cache-dependency-path : yarn.lock
@@ -149,7 +149,7 @@ jobs:
149
149
ref : ${{ env.REF }}
150
150
- id : node
151
151
name : Setup Node.js
152
- uses : actions/setup-node@v3.6 .0
152
+ uses : actions/setup-node@v3.7 .0
153
153
with :
154
154
cache : yarn
155
155
cache-dependency-path : yarn.lock
@@ -176,7 +176,7 @@ jobs:
176
176
ref : ${{ env.REF }}
177
177
- id : node
178
178
name : Setup Node.js
179
- uses : actions/setup-node@v3.6 .0
179
+ uses : actions/setup-node@v3.7 .0
180
180
with :
181
181
cache : yarn
182
182
cache-dependency-path : yarn.lock
@@ -203,7 +203,7 @@ jobs:
203
203
ref : ${{ env.REF }}
204
204
- id : node
205
205
name : Setup Node.js
206
- uses : actions/setup-node@v3.6 .0
206
+ uses : actions/setup-node@v3.7 .0
207
207
with :
208
208
cache : yarn
209
209
cache-dependency-path : yarn.lock
@@ -239,7 +239,7 @@ jobs:
239
239
ref : ${{ env.REF }}
240
240
- id : node
241
241
name : Setup Node.js
242
- uses : actions/setup-node@v3.6 .0
242
+ uses : actions/setup-node@v3.7 .0
243
243
with :
244
244
cache : yarn
245
245
cache-dependency-path : yarn.lock
@@ -284,7 +284,7 @@ jobs:
284
284
ref : ${{ env.REF }}
285
285
- id : node
286
286
name : Setup Node.js v${{ matrix.node-version }}
287
- uses : actions/setup-node@v3.6 .0
287
+ uses : actions/setup-node@v3.7 .0
288
288
with :
289
289
cache : yarn
290
290
cache-dependency-path : yarn.lock
@@ -338,7 +338,7 @@ jobs:
338
338
ref : ${{ env.REF }}
339
339
- id : node
340
340
name : Setup Node.js
341
- uses : actions/setup-node@v3.6 .0
341
+ uses : actions/setup-node@v3.7 .0
342
342
with :
343
343
cache : yarn
344
344
cache-dependency-path : yarn.lock
0 commit comments