|
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.47.0 |
| 61 | + run: npm install -g @microsoft/rush@5.100.1 |
62 | 62 | - name: Install dependencies
|
63 | 63 | run: rush install --max-install-attempts 3
|
64 | 64 | # Switch flavor if necessary
|
@@ -146,7 +146,7 @@ jobs:
|
146 | 146 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
147 | 147 | # Install dependencies
|
148 | 148 | - name: Install rush
|
149 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 149 | + run: npm install -g @microsoft/rush@5.100.1 |
150 | 150 | - name: Install dependencies
|
151 | 151 | run: rush install --max-install-attempts 3
|
152 | 152 | # Switch flavor if necessary
|
@@ -197,7 +197,7 @@ jobs:
|
197 | 197 | path: common/temp/pnpm-store
|
198 | 198 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
199 | 199 | - name: Install rush
|
200 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 200 | + run: npm install -g @microsoft/rush@5.100.1 |
201 | 201 | - name: Install dependencies
|
202 | 202 | run: rush install --max-install-attempts 3
|
203 | 203 | - name: Switch flavor for build
|
@@ -270,7 +270,7 @@ jobs:
|
270 | 270 | path: common/temp/pnpm-store
|
271 | 271 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
272 | 272 | - name: Install rush
|
273 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 273 | + run: npm install -g @microsoft/rush@5.100.1 |
274 | 274 | - name: Install dependencies
|
275 | 275 | run: rush install --max-install-attempts 3
|
276 | 276 | - name: Switch flavor for build
|
@@ -343,7 +343,7 @@ jobs:
|
343 | 343 | path: common/temp/pnpm-store
|
344 | 344 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
345 | 345 | - name: Install rush
|
346 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 346 | + run: npm install -g @microsoft/rush@5.100.1 |
347 | 347 | - name: Install dependencies
|
348 | 348 | run: rush install --max-install-attempts 3
|
349 | 349 | - name: Switch flavor for build
|
@@ -413,7 +413,7 @@ jobs:
|
413 | 413 | path: common/temp/pnpm-store
|
414 | 414 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
415 | 415 | - name: Install rush
|
416 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 416 | + run: npm install -g @microsoft/rush@5.100.1 |
417 | 417 | - name: Install dependencies
|
418 | 418 | run: rush install --max-install-attempts 3
|
419 | 419 | - name: Build
|
@@ -442,7 +442,7 @@ jobs:
|
442 | 442 | path: common/temp/pnpm-store
|
443 | 443 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
444 | 444 | - name: Install rush
|
445 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 445 | + run: npm install -g @microsoft/rush@5.100.1 |
446 | 446 | - name: Install dependencies
|
447 | 447 | run: rush install --max-install-attempts 3
|
448 | 448 | # Switch flavor if necessary
|
@@ -488,7 +488,7 @@ jobs:
|
488 | 488 | path: common/temp/pnpm-store
|
489 | 489 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
490 | 490 | - name: Install rush
|
491 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 491 | + run: npm install -g @microsoft/rush@5.100.1 |
492 | 492 | - name: Install dependencies
|
493 | 493 | run: rush install --max-install-attempts 3
|
494 | 494 | # Switch flavor if necessary
|
@@ -534,7 +534,7 @@ jobs:
|
534 | 534 | path: common/temp/pnpm-store
|
535 | 535 | key: ${{ runner.os }}-${{ hashFiles('common/config/rush/pnpm-lock.yaml') }}
|
536 | 536 | - name: Install rush
|
537 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 537 | + run: npm install -g @microsoft/rush@5.100.1 |
538 | 538 | - name: Install dependencies
|
539 | 539 | run: rush install --max-install-attempts 3
|
540 | 540 | # Switch flavor if necessary
|
@@ -575,7 +575,7 @@ jobs:
|
575 | 575 | with:
|
576 | 576 | node-version: '18.x'
|
577 | 577 | - name: Install rush
|
578 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 578 | + run: npm install -g @microsoft/rush@5.100.1 |
579 | 579 | - name: Install dependencies
|
580 | 580 | run: rush install --max-install-attempts 3
|
581 | 581 | # Switch flavor if necessary
|
@@ -631,7 +631,7 @@ jobs:
|
631 | 631 | with:
|
632 | 632 | node-version: '18.x'
|
633 | 633 | - name: Install rush
|
634 |
| - run: npm install -g @microsoft/rush@5.47.0 |
| 634 | + run: npm install -g @microsoft/rush@5.100.1 |
635 | 635 | - name: Install dependencies
|
636 | 636 | run: rush install --max-install-attempts 3
|
637 | 637 | # Switch flavor when necessary
|
|
0 commit comments