File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : actions/setup-node@v1
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 14
15+ node-version : 20
1616 registry-url : https://registry.npmjs.org/
1717 - run : |
1818 npm install -g redoc-cli
19- redoc- cli bundle index.yml
19+ npx @redocly/ cli build-docs index.yml
2020 - run : |
2121 npm install -g @openapitools/openapi-generator-cli
2222 openapi-generator-cli validate -i index.yml
Original file line number Diff line number Diff line change @@ -56,9 +56,6 @@ components:
5656 type : object
5757 description : " Person Request body: name and metadata."
5858 properties :
59- tag :
60- type : string
61- description : " Session identificator."
6259 name :
6360 type : string
6461 description : " Person name."
You can’t perform that action at this time.
0 commit comments