Fix CI: resolve pnpm version conflict between workflow and package.json - #16
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…nd' error Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/2fdc098e-beaa-4e50-84c6-1ff09a4dd1c4 Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix CI/CD errors during deployment
Fix CI: move pnpm/action-setup before setup-node
Mar 31, 2026
…ith packageManager in package.json Agent-Logs-Url: https://github.com/mesayanroy/0x402-pubsub/sessions/83064b55-1aac-4144-8183-a96ab164136b Co-authored-by: mesayanroy <169074736+mesayanroy@users.noreply.github.com>
Copilot
AI
changed the title
Fix CI: move pnpm/action-setup before setup-node
Fix CI: resolve pnpm version conflict between workflow and package.json
Mar 31, 2026
mesayanroy
marked this pull request as ready for review
March 31, 2026 18:47
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pnpm/action-setup@v4was aborting because it detected two conflicting version sources:version: 10in the workflow and"packageManager": "pnpm@10.32.1"inpackage.json. This caused the entire pipeline to fail at the very first step.Changes
.github/workflows/ci.yml— removed thewith: version: 10block frompnpm/action-setup@v4in bothlint-and-type-checkandbuildjobs, letting the action resolve the version solely frompackage.json