Top 5 only.

This commit is contained in:
Tingluo Huang
2023-09-22 21:37:36 +00:00
parent b9a893e847
commit 3e15aceec9
14 changed files with 10 additions and 986 deletions
+3 -3
View File
@@ -7,11 +7,11 @@ fi
node_version=$(node --version | grep --only-matching --extended-regexp 'v[0-9]+' | tr -d 'v')
if [ -z "$node_version" ]; then
echo "Unable to determine node version. Expected output of 'node --version' to contain a version, for example 'v12.13.1'"
echo "Unable to determine node version. Expected output of 'node --version' to contain a version, for example 'v18.18.0'"
exit 1
fi
if [ $node_version -lt 12 ]; then
echo "Node 12 or higher must be in the PATH"
if [ $node_version -lt 18 ]; then
echo "Node 18 or higher must be in the PATH"
exit 1
fi
-1
View File
@@ -1 +0,0 @@
github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=