File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@v3
2424 - uses : actions/setup-node@v3
2525 with :
26- node-version : 14 .x
26+ node-version : 22 .x
2727 cache : yarn
2828 - name : Validate cache
2929 run : yarn install --immutable
3737 - uses : actions/checkout@v3
3838 - uses : actions/setup-node@v3
3939 with :
40- node-version : 14 .x
40+ node-version : 22 .x
4141 cache : yarn
4242 - name : install
4343 run : yarn install --immutable
5353 - uses : actions/checkout@v3
5454 - uses : actions/setup-node@v3
5555 with :
56- node-version : 14 .x
56+ node-version : 22 .x
5757 cache : yarn
5858 - name : install
5959 run : yarn install --immutable
6969 - uses : actions/checkout@v3
7070 - uses : actions/setup-node@v3
7171 with :
72- node-version : 14 .x
72+ node-version : 22 .x
7373 cache : yarn
7474 - name : install
7575 run : yarn install --immutable
8585 - uses : actions/checkout@v3
8686 - uses : actions/setup-node@v3
8787 with :
88- node-version : 14 .x
88+ node-version : 22 .x
8989 cache : yarn
9090 - name : install
9191 run : yarn install --immutable
You can’t perform that action at this time.
0 commit comments