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 1e80279 commit 0752a62
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/validate-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
cache: 'npm'
node-version: '20'
- name: Install AsyncAPI CLI
run: npm install @asyncapi/cli
- name: Validate AsyncAPI documents
Expand Down

0 comments on commit 0752a62

Please sign in to comment.