Skip to content

Commit

Permalink
chore: update code, fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimeshKumar923 committed Apr 8, 2024
1 parent aef6961 commit 1e80279
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '18'
cache: 'npm'
- name: Install AsyncAPI CLI
run: npm install -g @asyncapi/cli
run: npm install @asyncapi/cli
- name: Validate AsyncAPI documents
run: |
find examples -type f \( -name "*.yml" -o -name "*.yaml" \) -not -path 'examples/social-media/common/*' | xargs -P 10 -L 1 asyncapi validate
Expand Down

0 comments on commit 1e80279

Please sign in to comment.