File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [20 ]
13+ node-version : [22 ]
1414 steps :
1515 - uses : actions/checkout@v2
1616 - uses : actions/setup-node@v1
3131 runs-on : ubuntu-latest
3232 strategy :
3333 matrix :
34- node-version : [20 ]
34+ node-version : [22 ]
3535 steps :
3636 - uses : actions/checkout@v2
3737 - uses : actions/setup-node@v1
5252 runs-on : ubuntu-latest
5353 strategy :
5454 matrix :
55- node-version : [20 ]
55+ node-version : [22 ]
5656 steps :
5757 - uses : actions/checkout@v2
5858 - uses : actions/setup-node@v1
7676 runs-on : macos-latest
7777 strategy :
7878 matrix :
79- node-version : [20 ]
79+ node-version : [22 ]
8080 arch : ["NewArch", "OldArch"]
8181 steps :
8282 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 11ruby 2.7.6
22java adoptopenjdk-17.0.10+7
3- nodejs 20.10 .0
3+ nodejs 22.11 .0
Original file line number Diff line number Diff line change 104104 "access" : " public"
105105 },
106106 "volta" : {
107- "node" : " 20.10 .0" ,
107+ "node" : " 22.11 .0" ,
108108 "yarn" : " 1.22.21"
109109 },
110110 "codegenConfig" : {
You can’t perform that action at this time.
0 commit comments