ci: restore packageManager to pnpm 11.24.0 - #241
Merged
Conversation
#239 rewrote the root package.json wholesale from a stale copy and silently reverted pnpm 11.24.0 to 11.15.1. Nothing failed — which is the problem: a pinned toolchain version that moves backwards without a signal is exactly the kind of drift the pin exists to prevent. Renovate's #237 will take it to 11.25.0 from here.
|
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.
#239 rewrote the root
package.jsonwholesale from a stale copy of the file and silently revertedpackageManagerfrompnpm@11.24.0topnpm@11.15.1. CI stayed green, which is why it needed catching by hand.This restores 11.24.0. Renovate's #237 takes it to 11.25.0 from there.