infinitered / solidarity

Solidarity is an environment checker for project dependencies across multiple machines.
https://infinitered.github.io/solidarity/
MIT License
639 stars 48 forks source link

fix: retain semver symbols on snapshot update #191

Closed tabrindle closed 6 years ago

tabrindle commented 6 years ago

Previously, this rule would update semver to "8.10.0" on solidarity snapshot, rather than the expected "~8.10.0".

"Node": [
      {
        "rule": "cli",
        "binary": "node",
        "semver": "~8.9.4",
     }
]
GantMan commented 6 years ago

Windows tests seem unrelated.