Skip to content

Commit 389a2f3

Browse files
set interpreter
1 parent d05317b commit 389a2f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ecosystem.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
script: "index.js",
55
args: ["--color", "--time"],
66
time: true,
7-
max_memory_restart: "300M"
7+
max_memory_restart: "300M",
8+
interpreter: "/home/inventivetalent/.nvm/versions/node/v20.19.5/bin/node"
89
}]
910
}

0 commit comments

Comments
 (0)