diff --git a/.github/workflows/auto-publish-on-release.yml b/.github/workflows/auto-publish-on-release.yml index fc0f1bd9..1a0fb890 100644 --- a/.github/workflows/auto-publish-on-release.yml +++ b/.github/workflows/auto-publish-on-release.yml @@ -16,7 +16,7 @@ jobs: ref: ${{ github.event.release.target_commitish }} - uses: actions/setup-node@v4 with: - node-version: 22 + node-version: 24 registry-url: 'https://registry.npmjs.org' - run: npm install -g npm@latest - run: npm ci