Skip to content

Commit 5906f48

Browse files
Cortesy push hotfix (#17811)
1 parent c472ac6 commit 5906f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make-util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1697,7 +1697,7 @@ var getTaskNodeVersion = function(buildPath, taskName) {
16971697
}
16981698

16991699
console.warn('Unable to determine execution type from task.json, defaulting to use Node 10');
1700-
return 10;
1700+
return [ 10 ];
17011701
}
17021702
exports.getTaskNodeVersion = getTaskNodeVersion;
17031703

0 commit comments

Comments
 (0)