Skip to content

Commit 2b6aff2

Browse files
Node16 Upgrade (#17082)
1 parent 9d28908 commit 2b6aff2

File tree

4 files changed

+58
-32
lines changed

4 files changed

+58
-32
lines changed

Tasks/MavenAuthenticateV0/package-lock.json

Lines changed: 37 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/MavenAuthenticateV0/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
},
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
20-
"@types/node": "^10.17.0",
20+
"@types/node": "^16.11.39",
2121
"@types/mocha": "^5.2.7",
2222
"@types/uuid": "^8.3.0",
2323
"@types/q": "^1.5.2",
24-
"azure-pipelines-tasks-artifacts-common": "2.198.1",
25-
"azure-pipelines-task-lib": "^3.2.0",
24+
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
25+
"azure-pipelines-task-lib": "^4.0.0-preview",
2626
"fs-extra": "^0.30.0",
2727
"strip-bom": "^3.0.0",
2828
"xml2js": "^0.4.16"

Tasks/MavenAuthenticateV0/task.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 210,
12+
"Minor": 213,
1313
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",
1717
"DeploymentGroup"
1818
],
19-
"minimumAgentVersion": "2.120.0",
19+
"minimumAgentVersion": "2.144.0",
2020
"instanceNameFormat": "Maven Authenticate",
2121
"inputs": [
2222
{
@@ -52,12 +52,19 @@
5252
"execution": {
5353
"Node10": {
5454
"target": "mavenauth.js"
55+
},
56+
"Node16": {
57+
"target": "mavenauth.js"
5558
}
5659
},
5760
"postjobexecution": {
5861
"Node10": {
5962
"target": "cleanup.js",
6063
"argumentFormat": ""
64+
},
65+
"Node16": {
66+
"target": "cleanup.js",
67+
"argumentFormat": ""
6168
}
6269
},
6370
"messages": {

Tasks/MavenAuthenticateV0/task.loc.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"author": "Microsoft Corporation",
1010
"version": {
1111
"Major": 0,
12-
"Minor": 198,
12+
"Minor": 213,
1313
"Patch": 0
1414
},
1515
"runsOn": [
1616
"Agent",
1717
"DeploymentGroup"
1818
],
19-
"minimumAgentVersion": "2.120.0",
19+
"minimumAgentVersion": "2.144.0",
2020
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
2121
"inputs": [
2222
{
@@ -52,12 +52,19 @@
5252
"execution": {
5353
"Node10": {
5454
"target": "mavenauth.js"
55+
},
56+
"Node16": {
57+
"target": "mavenauth.js"
5558
}
5659
},
5760
"postjobexecution": {
5861
"Node10": {
5962
"target": "cleanup.js",
6063
"argumentFormat": ""
64+
},
65+
"Node16": {
66+
"target": "cleanup.js",
67+
"argumentFormat": ""
6168
}
6269
},
6370
"messages": {

0 commit comments

Comments
 (0)