Skip to content

Commit 4486417

Browse files
author
Nicki Nixon
committed
remove java@v3 setup
1 parent 0f7bf88 commit 4486417

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/sdk-generation-validation.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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 }}

openapi/mx_platform_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
openapi: 3.0.0
2-
# test comment
2+
# test comment commenting
33
info:
44
contact:
55
name: MX Platform API

0 commit comments

Comments
 (0)