fix(ci): pin npm before provider certification install - #176
Merged
Conversation
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.
变更目的 / Purpose
修复 v0.7.1 严格候选 Provider job 在依赖安装阶段的确定性失败。
Candidate run 33838498153 的 Ubuntu、Windows 全部离线门禁已通过,但 Provider job 100952817495 使用 Node 22 自带的 npm 10.9.8,未遵守根 packageManager 与 engines 对 npm 11.5.1 的要求。npm ci 报 EBADENGINE/EUSAGE 和 peer 依赖缺失后退出,未执行 providers:certify。该失败不是 Provider 响应或网络错误。
范围与非目标 / Scope and non-goals
验证证据 / Verification
影响检查 / Impact
无产品行为、配置/协议、安全边界、数据外发、版本或迁移变化。真正的 Provider 认证与正式发布仍未完成。
文档同步 / Documentation
最终自查 / Final review