Skip to content

Commit

Permalink
Merge pull request #160 from galadril/main
Browse files Browse the repository at this point in the history
Update src/task.json to use Node 16 and increment version
  • Loading branch information
BlueBasher authored Nov 26, 2024
2 parents 8d258ef + ddbb825 commit 0404ea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"version": {
"Major": "2",
"Minor": "5",
"Patch": "808"
"Minor": "6",
"Patch": "0"
},
"demands": [],
"minimumAgentVersion": "1.91.0",
Expand Down Expand Up @@ -232,8 +232,8 @@
],
"sourceDefinitions": [],
"execution": {
"Node10": {
"Node16": {
"target": "WorkItemUpdater.js"
}
}
}
}

0 comments on commit 0404ea8

Please sign in to comment.