-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: CI
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
Developer Tools
When there's a new semver patch version published our ci starts failing with
[2024/05/09 12:16:47.351] npm ERR! `npm ci` can only install packages when your package.json and package-lock.json or npm-shrinkwrap.json are in sync. Please update your lock file with `npm install` before continuing.
[2024/05/09 12:16:47.351] npm ERR! Invalid: lock file's semver@7.6.1 does not satisfy semver@7.6.2
Example evergreen:
https://spruce.mongodb.com/task/10gen_compass_main_macos_arm_test_electron_270634171cd5f6846eb8569a7f32bf5bd59d37c4_24_05_07_15_32_13/logs?execution=0
This ticket involves finding the cause of this and making it so that either we auto update to avoid the ci starting to fail, or fixing the root cause of the issue.