-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1547 from github/update-v2.2.5-237a258d2
Merge main into releases/v2
- Loading branch information
Showing
29 changed files
with
482 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,10 @@ fi | |
# When updating this, make sure to update the npm version in | ||
# `.github/workflows/update-dependencies.yml` too. | ||
sudo npm install --force -g [email protected] | ||
|
||
# clean the npm cache to ensure we don't have any files owned by root | ||
sudo npm cache clean --force | ||
|
||
# Reinstall modules and then clean to remove absolute paths | ||
# Use 'npm ci' instead of 'npm install' as this is intended to be reproducible | ||
npm ci | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.