We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704131e commit 1362563Copy full SHA for 1362563
.github/workflows/validate-openapi-spec.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
15
- uses: actions/setup-node@v4
16
with:
17
- node-version: '14'
+ node-version: '22'
18
- name: Install our tools
19
shell: bash
20
run: |
0 commit comments