Skip to content

Commit 9f976f8

Browse files
authored
Merge pull request #33 from unoplatform/dev/jela/adjust-node
fix: Adjust node target
2 parents 180c0c7 + a10986b commit 9f976f8

File tree

1 file changed

+3
-3
lines changed
  • extensions/azuredevops/canaryUpdater

1 file changed

+3
-3
lines changed

extensions/azuredevops/canaryUpdater/task.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -397,15 +397,15 @@
397397
],
398398
"execution": {
399399
"Node10": {
400-
"target": "bash10.js",
400+
"target": "task.js",
401401
"argumentFormat": ""
402402
},
403403
"Node16": {
404-
"target": "bash16.js",
404+
"target": "task.js",
405405
"argumentFormat": ""
406406
},
407407
"Node20_1": {
408-
"target": "bash20.js",
408+
"target": "task.js",
409409
"argumentFormat": ""
410410
}
411411
}

0 commit comments

Comments
 (0)