Commit 1d7c51b
ci: Use 'replace' rangeStrategy to prevent unintended dependency pinning
The previous 'pin' rangeStrategy caused several issues:
* It unexpectedly pinned exact versions of dependencies in the distributed `package.json` files.
* It also automatically updated the Node.js version and engine ranges to their latest versions, which was not the desired behavior for our CI/CD pipeline.
Switching to the 'replace' strategy resolves these problems, ensuring more predictable and stable dependency management within our CI setup.
See: angular#310621 parent 6acafed commit 1d7c51b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments