|
38 | 38 |
|
39 | 39 | - name: Install Dependencies
|
40 | 40 | if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
41 |
| - run: yarn install --frozen-lockfile |
| 41 | + run: yarn install --immutable |
42 | 42 |
|
43 | 43 | - name: Bootstrap lerna
|
44 | 44 | run: yarn bootstrap
|
|
84 | 84 |
|
85 | 85 | - name: Install Dependencies
|
86 | 86 | if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
87 |
| - run: yarn install --frozen-lockfile |
| 87 | + run: yarn install --immutable |
88 | 88 |
|
89 | 89 | - name: Bootstrap lerna
|
90 | 90 | run: yarn bootstrap
|
@@ -130,7 +130,7 @@ jobs:
|
130 | 130 |
|
131 | 131 | - name: Install Dependencies
|
132 | 132 | if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
133 |
| - run: yarn install --frozen-lockfile |
| 133 | + run: yarn install --immutable |
134 | 134 |
|
135 | 135 | - name: Bootstrap lerna
|
136 | 136 | run: yarn bootstrap
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 |
|
177 | 177 | - name: Install Dependencies
|
178 | 178 | if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
179 |
| - run: yarn install --frozen-lockfile |
| 179 | + run: yarn install --immutable |
180 | 180 |
|
181 | 181 | - name: Bootstrap lerna
|
182 | 182 | run: yarn bootstrap
|
@@ -217,7 +217,7 @@ jobs:
|
217 | 217 | key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
|
218 | 218 | - name: Install Dependencies
|
219 | 219 | if: steps.yarn_cache_id.outputs.cache-hit != 'true' || steps.node_modules_cache_id.outputs.cache-hit != 'true'
|
220 |
| - run: yarn install --frozen-lockfile |
| 220 | + run: yarn install --immutable |
221 | 221 | - name: Bootstrap lerna
|
222 | 222 | run: yarn bootstrap
|
223 | 223 | - name: Run DangerJS
|
|
0 commit comments