Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
This commit is contained in:
commit
8d778e79ff
3 changed files with 6 additions and 3 deletions
|
|
@ -1,9 +1,12 @@
|
|||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
if [ "$1" != "update" && "$1" != "check-only" ]; then
|
||||
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
sudo npm install --force -g npm@9.2.0
|
||||
npm install --force -g npm@9.2.0
|
||||
|
||||
# clean the npm cache to ensure we don't have any files owned by root
|
||||
sudo npm cache clean --force
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{ "maximumVersion": "3.13", "minimumVersion": "3.9" }
|
||||
{ "maximumVersion": "3.14", "minimumVersion": "3.9" }
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
{"maximumVersion": "3.13", "minimumVersion": "3.9"}
|
||||
{"maximumVersion": "3.14", "minimumVersion": "3.9"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue