mirror of
https://github.com/github/codeql-action.git
synced 2026-05-04 12:50:14 +00:00
Force npm version in PR check to be 8.19.2
This commit is contained in:
@@ -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
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user