Skip to content

Commit

Permalink
[Beta] Merge remote-tracking branch 'upstream/master' into beta (#1963)
Browse files Browse the repository at this point in the history
* Update Rush version to address CVE Issues

* Extend CI execution time

* Add --no-sandbox to test runs (#1962)

- Update rush

* Fix merge issues
  • Loading branch information
MSNev committed Dec 15, 2022
1 parent 9aba1bf commit bdcef7e
Show file tree
Hide file tree
Showing 10 changed files with 445 additions and 222 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,6 +30,6 @@ jobs:
- run: node common/scripts/install-run-rush.js check
- run: node common/scripts/install-run-rush.js install
- run: npm run build --verbose
timeout-minutes: 10
timeout-minutes: 20
- run: npm run test --verbose
timeout-minutes: 15
timeout-minutes: 30
282 changes: 141 additions & 141 deletions common/config/rush/npm-shrinkwrap.json

Large diffs are not rendered by default.

50 changes: 40 additions & 10 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.

106 changes: 70 additions & 36 deletions common/scripts/install-run-silent.js

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

Loading

0 comments on commit bdcef7e

Please sign in to comment.