Skip to content

Commit

Permalink
Update rush version (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev authored Feb 1, 2025
1 parent 5b19bd6 commit 6ff4387
Show file tree
Hide file tree
Showing 8 changed files with 324 additions and 5,447 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- name: Update rush shrinkwrap dependencies (for different node versions)
run: node common/scripts/install-run-rush.js update --full
run: node common/scripts/install-run-rush.js update --full --recheck
- run: npm install rollup -g
- run: npm install grunt-cli
- run: npm install
- run: node common/scripts/install-run-rush.js check
- run: node common/scripts/install-run-rush.js install
- run: node common/scripts/install-run-rush.js update --full --recheck
- run: npm run build --verbose
timeout-minutes: 20
- run: npm run test --verbose
Expand Down
5,314 changes: 8 additions & 5,306 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

29 changes: 21 additions & 8 deletions common/scripts/install-run-rush-silent.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions common/scripts/install-run-rush.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6ff4387

Please sign in to comment.