Update node path.

This commit is contained in:
2024-11-04 14:15:53 +00:00
parent 12e097d8e0
commit 7049d5071b
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ job "instasync" {
driver = "exec"
config {
command = "/nix/store/bmmjbvb8hishfrg78ygjlynpq3ikpl39-nodejs-20.15.1/bin/node"
command = "/nix/store/k5inwzpp6a0295pd3nfckk9hq8wmifhz-nodejs-20.15.1/bin/node"
args = ["/code/instasync/sync.js"]
}