Skip to content

Commit

Permalink
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.5
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer authored Jun 11, 2024
2 parents 28d4d51 + c796494 commit 8d778e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/script/update-node-modules.sh
Original file line number Diff line number Diff line change
@@ -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 [email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion lib/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "maximumVersion": "3.13", "minimumVersion": "3.9" }
{ "maximumVersion": "3.14", "minimumVersion": "3.9" }
2 changes: 1 addition & 1 deletion src/api-compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"maximumVersion": "3.13", "minimumVersion": "3.9"}
{"maximumVersion": "3.14", "minimumVersion": "3.9"}

0 comments on commit 8d778e7

Please sign in to comment.