diff --git a/seerr.sh b/seerr.sh index bc5df51..7934529 100755 --- a/seerr.sh +++ b/seerr.sh @@ -23,7 +23,7 @@ function _deps() { } echo "Node LTS installed." echo "Installing pnpm" - npm install -g pnpm@9 >> "$log" 2>&1 || { + npm install -g pnpm@10 >> "$log" 2>&1 || { echo "pnpm failed to install" exit 1 }