diff --git a/.github/workflows/check-schema.yaml b/.github/workflows/check-schema.yaml index a6595d64..b1df1acb 100644 --- a/.github/workflows/check-schema.yaml +++ b/.github/workflows/check-schema.yaml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 check-latest: true - name: Setup project run: npm install