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 2929 - name : Setup node
3030 uses : actions/setup-node@v4
3131 with :
32- node-version : 22
32+ node-version : 24
3333 cache : yarn
3434 - name : Install
3535 uses : dtolnay/rust-toolchain@stable
9494 - name : Setup node
9595 uses : actions/setup-node@v4
9696 with :
97- node-version : 22
97+ node-version : 24
9898 cache : yarn
9999 - name : Install
100100 uses : dtolnay/rust-toolchain@stable
@@ -309,7 +309,7 @@ jobs:
309309 - name : Setup node
310310 uses : actions/setup-node@v4
311311 with :
312- node-version : 22
312+ node-version : 24
313313 cache : yarn
314314 - name : Install dependencies
315315 run : |
@@ -344,7 +344,7 @@ jobs:
344344 - name : Setup node
345345 uses : actions/setup-node@v4
346346 with :
347- node-version : 22
347+ node-version : 24
348348 cache : yarn
349349 - name : Install dependencies
350350 run : yarn install
You can’t perform that action at this time.
0 commit comments