Lockfile - CI/CD用語集の定義
lockfile(package-lock.json、Cargo.lock など)は、build が再現可能になるように依存関係の正確なバージョンを固定します。commit しましょう。
関連ガイド
CI Caching Explained: Speed Up Pipelines Without Breaking ThemHow CI caching works, what to cache (dependencies, build outputs, Docker layers), how cache keys and restore…
npm ERESOLVE "unable to resolve dependency tree" - Fix Peer ConflictsFix npm ERESOLVE "unable to resolve dependency tree" peer dependency conflicts in CI - properly, without blin…