We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ab026 commit 2c1dc06Copy full SHA for 2c1dc06
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js environment
15
uses: actions/setup-node@v4
16
with:
17
- node-version: 14.x
+ node-version: 18.x
18
# Comes with npm 6. For newer Node, encountered: https://github.com/npm/cli/issues/3359
19
- run: npm install -g @redocly/openapi-cli && npm install -g redoc-cli
20
- run: npm install -g gh-openapi-docs
0 commit comments