Skip to content

Commit

Permalink
Added missing capabilities to NodeToolV0 and UseNodeV1 (#10536)
Browse files Browse the repository at this point in the history
  • Loading branch information
magleaso authored and Danny McCormick committed May 30, 2019
1 parent 7dceff4 commit b1ca02a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 deletions Tasks/NodeToolV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 151,
"Patch": 1
"Minor": 153,
"Patch": 0
},
"satisfies": [
"Node",
"npm"
"npm",
"node.js"
],
"demands": [],
"instanceNameFormat": "Use Node $(versionSpec)",
Expand Down
7 changes: 4 additions & 3 deletions Tasks/NodeToolV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 151,
"Patch": 1
"Minor": 153,
"Patch": 0
},
"satisfies": [
"Node",
"npm"
"npm",
"node.js"
],
"demands": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down
7 changes: 4 additions & 3 deletions Tasks/UseNodeV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 5
"Minor": 153,
"Patch": 0
},
"satisfies": [
"Node"
"Node",
"node.js"
],
"demands": [],
"instanceNameFormat": "Use Node $(versionSpec)",
Expand Down
7 changes: 4 additions & 3 deletions Tasks/UseNodeV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 0,
"Patch": 5
"Minor": 153,
"Patch": 0
},
"satisfies": [
"Node"
"Node",
"node.js"
],
"demands": [],
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
Expand Down

0 comments on commit b1ca02a

Please sign in to comment.