Skip to content

Commit 0a2ae91

Browse files
authored
Update node version of pipeline job + updated deprecated use of rdme CLI
* Update node version of pipeline job. * Update use of rdme CLI
1 parent 2b09a8a commit 0a2ae91

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/readmeio.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
- uses: actions/checkout@v2
1717
- uses: actions/setup-node@v2
1818
with:
19-
node-version: '14'
19+
node-version: '18'
2020
- run: npm install -g rdme
2121

2222
- name: Validate API Definitions
23-
run: rdme validate personio-personnel-data-api-oa3.yaml
23+
run: rdme openapi:validate personio-personnel-data-api-oa3.yaml
2424

2525
- name: Validate Recruiting API Definitions
26-
run: rdme validate personio-recruiting-api.yaml
26+
run: rdme openapi:validate personio-recruiting-api.yaml
2727

2828
- name: Publish API Definitions
2929
run: rdme openapi personio-personnel-data-api-oa3.yaml --id=58cd4a8450a0c12500e89bf8 --key ${{ secrets.README_API_KEY }}

0 commit comments

Comments
 (0)