From 0752a627204c48d3918de7eb7dc0824f4b13bc30 Mon Sep 17 00:00:00 2001 From: Animesh Kumar Date: Tue, 9 Apr 2024 01:31:44 +0530 Subject: [PATCH] chore: update code, fixing errors --- .github/workflows/validate-examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/validate-examples.yml b/.github/workflows/validate-examples.yml index 4dc82da1..c5c12ab9 100644 --- a/.github/workflows/validate-examples.yml +++ b/.github/workflows/validate-examples.yml @@ -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