Update node path.

This commit is contained in:
2024-07-25 18:27:21 +01:00
parent 1b7f17d71d
commit f2ef036bf4

View File

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