Skip to content

Commit c796494

Browse files
authored
Merge pull request #2315 from github/update-supported-enterprise-server-versions
Update supported GitHub Enterprise Server versions
2 parents 8f1a6fe + b411f9b commit c796494

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/script/update-node-modules.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
#!/bin/bash
2+
set -eu
3+
14
if [ "$1" != "update" && "$1" != "check-only" ]; then
25
>&2 echo "Failed: Invalid argument. Must be 'update' or 'check-only'"
36
exit 1
47
fi
58

6-
sudo npm install --force -g [email protected]
9+
npm install --force -g [email protected]
710

811
# clean the npm cache to ensure we don't have any files owned by root
912
sudo npm cache clean --force

lib/api-compatibility.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "maximumVersion": "3.13", "minimumVersion": "3.9" }
1+
{ "maximumVersion": "3.14", "minimumVersion": "3.9" }

src/api-compatibility.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"maximumVersion": "3.13", "minimumVersion": "3.9"}
1+
{"maximumVersion": "3.14", "minimumVersion": "3.9"}

0 commit comments

Comments
 (0)