|
58 | 58 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
59 | 59 | # Install dependencies |
60 | 60 | - name: Install rush |
61 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 61 | + run: npm install -g @microsoft/rush@5.112.2 |
62 | 62 | - name: Install dependencies |
63 | 63 | run: rush install --max-install-attempts 3 |
64 | 64 | # Switch flavor if necessary |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
159 | 159 | # Install dependencies |
160 | 160 | - name: Install rush |
161 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 161 | + run: npm install -g @microsoft/rush@5.112.2 |
162 | 162 | - name: Install dependencies |
163 | 163 | run: rush install --max-install-attempts 3 |
164 | 164 | # Switch flavor if necessary |
@@ -209,7 +209,7 @@ jobs: |
209 | 209 | path: common/temp/pnpm-store |
210 | 210 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
211 | 211 | - name: Install rush |
212 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 212 | + run: npm install -g @microsoft/rush@5.112.2 |
213 | 213 | - name: Install dependencies |
214 | 214 | run: rush install --max-install-attempts 3 |
215 | 215 | - uses: browser-actions/setup-chrome@v1 |
@@ -287,7 +287,7 @@ jobs: |
287 | 287 | path: common/temp/pnpm-store |
288 | 288 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
289 | 289 | - name: Install rush |
290 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 290 | + run: npm install -g @microsoft/rush@5.112.2 |
291 | 291 | - name: Install dependencies |
292 | 292 | run: rush install --max-install-attempts 3 |
293 | 293 | - uses: browser-actions/setup-chrome@v1 |
@@ -365,7 +365,7 @@ jobs: |
365 | 365 | path: common/temp/pnpm-store |
366 | 366 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
367 | 367 | - name: Install rush |
368 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 368 | + run: npm install -g @microsoft/rush@5.112.2 |
369 | 369 | - name: Install dependencies |
370 | 370 | run: rush install --max-install-attempts 3 |
371 | 371 | - uses: browser-actions/setup-chrome@v1 |
@@ -440,7 +440,7 @@ jobs: |
440 | 440 | path: common/temp/pnpm-store |
441 | 441 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
442 | 442 | - name: Install rush |
443 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 443 | + run: npm install -g @microsoft/rush@5.112.2 |
444 | 444 | - name: Install dependencies |
445 | 445 | run: rush install --max-install-attempts 3 |
446 | 446 | - name: Build |
@@ -469,7 +469,7 @@ jobs: |
469 | 469 | path: common/temp/pnpm-store |
470 | 470 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
471 | 471 | - name: Install rush |
472 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 472 | + run: npm install -g @microsoft/rush@5.112.2 |
473 | 473 | - name: Install dependencies |
474 | 474 | run: rush install --max-install-attempts 3 |
475 | 475 | # Switch flavor if necessary |
@@ -515,7 +515,7 @@ jobs: |
515 | 515 | path: common/temp/pnpm-store |
516 | 516 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
517 | 517 | - name: Install rush |
518 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 518 | + run: npm install -g @microsoft/rush@5.112.2 |
519 | 519 | - name: Install dependencies |
520 | 520 | run: rush install --max-install-attempts 3 |
521 | 521 | # Switch flavor if necessary |
@@ -561,7 +561,7 @@ jobs: |
561 | 561 | path: common/temp/pnpm-store |
562 | 562 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
563 | 563 | - name: Install rush |
564 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 564 | + run: npm install -g @microsoft/rush@5.112.2 |
565 | 565 | - name: Install dependencies |
566 | 566 | run: rush install --max-install-attempts 3 |
567 | 567 | # Switch flavor if necessary |
@@ -602,7 +602,7 @@ jobs: |
602 | 602 | with: |
603 | 603 | node-version: '20.x' |
604 | 604 | - name: Install rush |
605 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 605 | + run: npm install -g @microsoft/rush@5.112.2 |
606 | 606 | - name: Install dependencies |
607 | 607 | run: rush install --max-install-attempts 3 |
608 | 608 | - uses: browser-actions/setup-chrome@v1 |
@@ -664,7 +664,7 @@ jobs: |
664 | 664 | with: |
665 | 665 | node-version: '20.x' |
666 | 666 | - name: Install rush |
667 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 667 | + run: npm install -g @microsoft/rush@5.112.2 |
668 | 668 | - name: Install dependencies |
669 | 669 | run: rush install --max-install-attempts 3 |
670 | 670 | - uses: browser-actions/setup-chrome@v1 |
@@ -741,7 +741,7 @@ jobs: |
741 | 741 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }} |
742 | 742 | # Install dependencies in order to use script |
743 | 743 | - name: Install rush |
744 | | - run: npm install -g @microsoft/rush@5.112.1 |
| 744 | + run: npm install -g @microsoft/rush@5.112.2 |
745 | 745 | - name: Install dependencies |
746 | 746 | run: rush install --max-install-attempts 3 |
747 | 747 | - name: Get jest tests coverage of main from gist |
|
0 commit comments