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 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node-version : [20 ]
13
+ node-version : [22 ]
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- uses : actions/setup-node@v1
31
31
runs-on : ubuntu-latest
32
32
strategy :
33
33
matrix :
34
- node-version : [20 ]
34
+ node-version : [22 ]
35
35
steps :
36
36
- uses : actions/checkout@v2
37
37
- uses : actions/setup-node@v1
52
52
runs-on : ubuntu-latest
53
53
strategy :
54
54
matrix :
55
- node-version : [20 ]
55
+ node-version : [22 ]
56
56
steps :
57
57
- uses : actions/checkout@v2
58
58
- uses : actions/setup-node@v1
76
76
runs-on : macos-latest
77
77
strategy :
78
78
matrix :
79
- node-version : [20 ]
79
+ node-version : [22 ]
80
80
arch : ["NewArch", "OldArch"]
81
81
steps :
82
82
- uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
ruby 2.7.6
2
2
java 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 104
104
"access" : " public"
105
105
},
106
106
"volta" : {
107
- "node" : " 20.10 .0" ,
107
+ "node" : " 22.11 .0" ,
108
108
"yarn" : " 1.22.21"
109
109
},
110
110
"codegenConfig" : {
You can’t perform that action at this time.
0 commit comments