Skip to content

fix: use @latest in versioned-base E2E test#647

Merged
FL4TLiN3 merged 1 commit intomainfrom
fix-versioned-base-e2e
Feb 25, 2026
Merged

fix: use @latest in versioned-base E2E test#647
FL4TLiN3 merged 1 commit intomainfrom
fix-versioned-base-e2e

Conversation

@FL4TLiN3
Copy link
Contributor

Summary

  • Replace pinned @perstack/base@0.0.34 with @perstack/base@latest in versioned-base E2E test
  • The old pinned version caused CI failures due to npx race conditions when two concurrent tests download the same package
  • E2E tests should validate the current system, not old versions

Test plan

  • Verified locally: bun test e2e/perstack-cli/versioned-base.test.ts passes
  • CI E2E passes on changeset-release/main after merge

🤖 Generated with Claude Code

The old pinned @perstack/base@0.0.34 caused CI failures due to npx
race conditions when two concurrent tests download the same package.
E2E tests should validate the current system, not old versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@FL4TLiN3 FL4TLiN3 enabled auto-merge (squash) February 25, 2026 15:02
@FL4TLiN3 FL4TLiN3 merged commit 9aa28ca into main Feb 25, 2026
11 checks passed
@FL4TLiN3 FL4TLiN3 deleted the fix-versioned-base-e2e branch February 25, 2026 15:02
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