diff --git a/.github/workflows/schema-validation.yml b/.github/workflows/schema-validation.yml index bc22109..f05cb6e 100644 --- a/.github/workflows/schema-validation.yml +++ b/.github/workflows/schema-validation.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '18' + node-version: '20' - name: Install dependencies run: |