Skip to content

fix: sync pnpm-lock.yaml for CI release#141

Merged
TrueNine merged 1 commit intomainfrom
dev
Apr 11, 2026
Merged

fix: sync pnpm-lock.yaml for CI release#141
TrueNine merged 1 commit intomainfrom
dev

Conversation

@TrueNine
Copy link
Copy Markdown
Owner

Summary

Fixes ERR_PNPM_OUTDATED_LOCKFILE that caused the release workflow to fail.

The sdk/package.json references npm-run-all2@catalog:, but the lockfile entry was missing after recent dependency changes. This PR updates pnpm-lock.yaml so CI pnpm install --frozen-lockfile succeeds.

Verification

  • Ran pnpm install --no-frozen-lockfile locally and confirmed the lockfile was updated.
  • Expected to unblock the release-cli.yml workflow.

🤖 Generated with Claude Code

Adds missing npm-run-all2@catalog lockfile entry that caused
ERR_PNPM_OUTDATED_LOCKFILE in CI release workflow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@TrueNine TrueNine merged commit 0ac497c into main Apr 11, 2026
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant