Force npm version in PR check to be 8.19.2

This commit is contained in:
Angela P Wen
2022-11-10 15:56:06 -08:00
parent e42f82ead7
commit e977f57489
2 changed files with 5892 additions and 3 deletions
@@ -7,7 +7,7 @@ if [ ! -z "$(git status --porcelain)" ]; then
>&2 echo "Failed: Repo should be clean before testing!"
exit 1
fi
sudo npm install --force -g npm@latest
sudo npm install --force -g npm@8.19.2
# 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
+5891 -2
View File
File diff suppressed because it is too large Load Diff