Skip to content

Commit de3a360

Browse files
committed
fix: Paperspace tests setup script nodejs version
1 parent 12cec69 commit de3a360

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/setupAndTestOnPaperspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ installationCommand='bash -c "$(curl -fsSL https://raw.githubusercontent.com/wit
1111

1212
defaultRepo="withcatai/node-llama-cpp"
1313
targetFolder="$HOME/workspace/test-node-llama-cpp"
14-
nodejsVersion="21"
14+
nodejsVersion="20"
1515

1616

1717
colorYellow=$'\e[33m'

0 commit comments

Comments
 (0)