Skip to content

Commit a265247

Browse files
SP-13358: Remove tag from person
1 parent 030091a commit a265247

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate-spec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-node@v1
13+
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 14
15+
node-version: 20
1616
registry-url: https://registry.npmjs.org/
1717
- run: |
1818
npm install -g redoc-cli
19-
redoc-cli bundle index.yml
19+
npx @redocly/cli build-docs index.yml
2020
- run: |
2121
npm install -g @openapitools/openapi-generator-cli
2222
openapi-generator-cli validate -i index.yml

0 commit comments

Comments
 (0)