Skip to content

Commit 1273ef4

Browse files
authored
Update oas-documentation.yml
1 parent 631a15a commit 1273ef4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/oas-documentation.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
if: github.ref == 'refs/heads/master'
2424
needs: validate-oas-spec
2525
steps:
26+
- uses: actions/checkout@v2
27+
- name: Use Node.js
28+
uses: actions/setup-node@v1
29+
with:
30+
node-version: '12.x'
2631
- name: Set up
2732
run: |
2833
npm install -g redoc-cli

0 commit comments

Comments
 (0)