Commit 44c290a
committed
fix: require system-metrics ^1.2 for ProcessStats::delta property
CI fails with --prefer-lowest because it installs system-metrics v1.0.0
which lacks the $delta property in ProcessStats. The delta property
was added in v1.1.0.
Updated constraint from ^1.0 to ^1.2 to ensure CI gets a compatible
version even with --prefer-lowest.
Fixes ProcessMetricsIntegrationTest and ChildProcessTrackingTest
failures in CI.1 parent 2be61f0 commit 44c290a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments