File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
4040 - name : Set up Node.js
4141 uses : actions/setup-node@v3
4242 with :
43- node-version : ' 18 '
43+ node-version : ' 20 '
4444
4545 - name : Install OpenAPI Generator CLI
4646 run : npm install -g @openapitools/openapi-generator-cli
4747
48- - name : Set up Java (required for OpenAPI Generator)
49- uses : actions/setup-java@v3
50- with :
51- distribution : ' temurin'
52- java-version : ' 11'
48+ # - name: Set up Java (required for OpenAPI Generator)
49+ # uses: actions/setup-java@v3
50+ # with:
51+ # distribution: 'temurin'
52+ # java-version: '11'
5353
5454 - name : Create output directory
5555 run : mkdir -p ./sdk-output/${{ matrix.language }}
Original file line number Diff line number Diff line change 11openapi : 3.0.0
2- # test comment
2+ # test comment commenting
33info :
44 contact :
55 name : MX Platform API
You can’t perform that action at this time.
0 commit comments