Skip to content

Commit af6ae45

Browse files
authored
Upgrade to Node 10 execution handler
1 parent da5044b commit af6ae45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PackerTool/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828
}
2929
],
3030
"execution": {
31-
"Node": {
31+
"Node10": {
3232
"target": "src/packertool.js",
3333
"argumentFormat": ""
3434
}
3535
},
3636
"messages": {
3737
"ToolFailed": "Tool install failed: %s"
3838
}
39-
}
39+
}

0 commit comments

Comments
 (0)