Skip to content

Commit

Permalink
Update node version of pipeline job + updated deprecated use of rdme CLI
Browse files Browse the repository at this point in the history
* Update node version of pipeline job.

* Update use of rdme CLI
  • Loading branch information
dinomite94 authored Jan 13, 2025
1 parent 2b09a8a commit 0a2ae91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/readmeio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
- run: npm install -g rdme

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

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

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

0 comments on commit 0a2ae91

Please sign in to comment.