fix(ci): allow low-download morphir-elm npm install via mise - #666
Merged
Conversation
mise's npm backend now refuses to install packages under a 1000 weekly-download threshold. morphir-elm sits around 248 weekly downloads, so every mise install run (including the morphir-live and morphir CLI CI jobs) fails before it ever gets to building Rust, even though those jobs don't use morphir-elm directly.
✅ Deploy Preview for angry-raman-7c44f6 canceled.
|
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.
Summary
aube) now refuses to install npm packages below a 1000 weekly-download threshold.morphir-elmsits around 248 weekly downloads, somise install/mise run initfails on every CI job that installs the project's full toolset — includingmorphir-liveandmorphir CLI, neither of which actually use morphir-elm. This has been blocking those jobs (see fix(deps): update rust #638, chore(deps): update github-actions (major) #626, fix(deps): update rust (major) - autoclosed #612).allow_low_downloads = trueon thenpm:morphir-elmtool entry in.config/mise/config.toml, which is the documented per-tool escape hatch for legitimate low-traffic packages.Test plan
.config/mise/)