We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030091a commit a265247Copy full SHA for a265247
1 file changed
.github/workflows/validate-spec.yml
@@ -10,13 +10,13 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v4
14
with:
15
- node-version: 14
+ node-version: 20
16
registry-url: https://registry.npmjs.org/
17
- run: |
18
npm install -g redoc-cli
19
- redoc-cli bundle index.yml
+ npx @redocly/cli build-docs index.yml
20
21
npm install -g @openapitools/openapi-generator-cli
22
openapi-generator-cli validate -i index.yml
0 commit comments