6161 - name : Setup Node.js
6262 uses : actions/setup-node@v6.0.0
6363 with :
64- node-version : 20.19.5
64+ node-version : 20.19.6
6565 cache : yarn
6666 cache-dependency-path : ./packages/pangea-node-sdk/yarn.lock
6767
@@ -104,7 +104,7 @@ jobs:
104104 - name : Setup Node.js
105105 uses : actions/setup-node@v6.0.0
106106 with :
107- node-version : 20.19.5
107+ node-version : 20.19.6
108108 cache : yarn
109109 cache-dependency-path : ./packages/react-auth/yarn.lock
110110
@@ -153,7 +153,7 @@ jobs:
153153 - name : Setup Node.js
154154 uses : actions/setup-node@v6.0.0
155155 with :
156- node-version : 20.19.5
156+ node-version : 20.19.6
157157 cache : yarn
158158 cache-dependency-path : ./packages/react-mui-audit-log-viewer/yarn.lock
159159
@@ -193,7 +193,7 @@ jobs:
193193 - name : Setup Node.js
194194 uses : actions/setup-node@v6.0.0
195195 with :
196- node-version : 20.19.5
196+ node-version : 20.19.6
197197 cache : yarn
198198 cache-dependency-path : ./packages/react-mui-authn/yarn.lock
199199
@@ -230,7 +230,7 @@ jobs:
230230 - name : Setup Node.js
231231 uses : actions/setup-node@v6.0.0
232232 with :
233- node-version : 20.19.5
233+ node-version : 20.19.6
234234 cache : yarn
235235 cache-dependency-path : ./packages/react-mui-branding/yarn.lock
236236
@@ -255,7 +255,7 @@ jobs:
255255 - name : Setup Node.js
256256 uses : actions/setup-node@v6.0.0
257257 with :
258- node-version : 20.19.5
258+ node-version : 20.19.6
259259 cache : yarn
260260 cache-dependency-path : ./packages/react-mui-shared/yarn.lock
261261
@@ -328,7 +328,7 @@ jobs:
328328 - name : Setup Node.js
329329 uses : actions/setup-node@v6.0.0
330330 with :
331- node-version : 20.19.5
331+ node-version : 20.19.6
332332 cache : yarn
333333 cache-dependency-path : ./packages/vanilla-js/yarn.lock
334334
@@ -356,7 +356,7 @@ jobs:
356356 - name : Setup Node.js
357357 uses : actions/setup-node@v6.0.0
358358 with :
359- node-version : 20.19.5
359+ node-version : 20.19.6
360360 cache : yarn
361361 cache-dependency-path : ./packages/webcomponents/yarn.lock
362362
@@ -384,7 +384,7 @@ jobs:
384384 - name : Setup Node.js
385385 uses : actions/setup-node@v6.0.0
386386 with :
387- node-version : 20.19.5
387+ node-version : 20.19.6
388388 cache : yarn
389389 cache-dependency-path : ./yarn.lock
390390
@@ -420,7 +420,7 @@ jobs:
420420 - name : Setup Node.js
421421 uses : actions/setup-node@v6.0.0
422422 with :
423- node-version : 20.19.5
423+ node-version : 20.19.6
424424 cache : yarn
425425 cache-dependency-path : ./packages/pangea-node-sdk/yarn.lock
426426
@@ -504,7 +504,7 @@ jobs:
504504 - name : Setup Node.js
505505 uses : actions/setup-node@v6.0.0
506506 with :
507- node-version : 20.19.5
507+ node-version : 20.19.6
508508 cache : yarn
509509 cache-dependency-path : ./packages/pangea-node-sdk/yarn.lock
510510
@@ -539,7 +539,7 @@ jobs:
539539 - name : Setup Node.js
540540 uses : actions/setup-node@v6.0.0
541541 with :
542- node-version : 20.19.5
542+ node-version : 20.19.6
543543 cache : yarn
544544 cache-dependency-path : ./examples/${{ matrix.example }}/yarn.lock
545545
0 commit comments