diff --git a/.github/workflows/publish-schema.yml b/.github/workflows/publish-schema.yml index abcd672..046f92a 100644 --- a/.github/workflows/publish-schema.yml +++ b/.github/workflows/publish-schema.yml @@ -36,7 +36,7 @@ jobs: - name: Use Node.js 24 uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 cache: yarn - name: Install dependencies