We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d1625 commit 89b4f43Copy full SHA for 89b4f43
.github/workflows/validate.yml
@@ -15,6 +15,6 @@ jobs:
15
- name: Use Node.js
16
uses: actions/setup-node@v2
17
with:
18
- node-version: 12
+ node-version: 16
19
- run: npm install -g ibm-openapi-validator
20
- run: lint-openapi openapi.yaml
0 commit comments