File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 - name : Setup node
3131 uses : actions/setup-node@v6
3232 with :
33- node-version : 22
33+ node-version : 24
3434 cache : ' yarn'
3535
3636 - name : Install
@@ -100,7 +100,7 @@ jobs:
100100 - name : Setup node
101101 uses : actions/setup-node@v6
102102 with :
103- node-version : 22
103+ node-version : 24
104104 cache : yarn
105105 - name : Install
106106 uses : dtolnay/rust-toolchain@stable
@@ -315,7 +315,7 @@ jobs:
315315 - name : Setup node
316316 uses : actions/setup-node@v6
317317 with :
318- node-version : 22
318+ node-version : 24
319319 cache : yarn
320320 - name : Install dependencies
321321 run : |
@@ -350,7 +350,7 @@ jobs:
350350 - name : Setup node
351351 uses : actions/setup-node@v6
352352 with :
353- node-version : 22
353+ node-version : 24
354354 cache : yarn
355355 - name : Install dependencies
356356 run : yarn install
You can’t perform that action at this time.
0 commit comments