Skip to content

fix: pin pnpm so GitHub Check can run - #7

Merged
Whamp merged 1 commit into
mainfrom
fix/ci-pnpm-version
Aug 18, 2026
Merged

fix: pin pnpm so GitHub Check can run#7
Whamp merged 1 commit into
mainfrom
fix/ci-pnpm-version

Conversation

@Whamp

@Whamp Whamp commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Summary

  • GitHub Check has failed on every run since the repo was created (30/30). pnpm/action-setup@v4 needs a pnpm version via version: or package.json#packageManager; the factory workflow shipped neither.
  • Pin the local pnpm (10.33.0) in the workflow and as packageManager so CI can install and actually run pnpm run check.

Test plan

  • Confirm the Check job on this PR gets past pnpm/action-setup and runs pnpm run check
  • Confirm the job is green (or fails on a real test/lint issue, not missing pnpm)

Made with Cursor

The Check workflow has never run tests: pnpm/action-setup@v4 requires
a version or package.json#packageManager, and the factory template
shipped neither.

Co-authored-by: Cursor <cursoragent@cursor.com>
@Whamp
Whamp merged commit 67089b1 into main Aug 18, 2026
2 of 3 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