File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2929 runs-on : " buildjet-2vcpu-ubuntu-2204"
3030 strategy :
3131 matrix :
32- node-version : [18, 20, 21 ]
32+ node-version : [18, 20, 22 ]
3333 needs : " paths-filter"
3434 if : |
3535 needs.paths-filter.outputs.codechange == 'true'
5555 runs-on : " buildjet-2vcpu-ubuntu-2204"
5656 strategy :
5757 matrix :
58- node-version : [18, 20, 21 ]
58+ node-version : [18, 20, 22 ]
5959 needs : " paths-filter"
6060 if : |
6161 needs.paths-filter.outputs.codechange == 'true'
Original file line number Diff line number Diff line change @@ -142,6 +142,6 @@ console.log(results[0]); // first ReadRelationship result
142142
143143## Requirements
144144
145- Supported Node.js versions: 18, 20, 21
145+ Supported Node.js versions: 18, 20, 22
146146
147147Minimum TypeScript version 3.8
You can’t perform that action at this time.
0 commit comments