Skip to content

Commit

Permalink
Node16 Upgrade (#17082)
Browse files Browse the repository at this point in the history
  • Loading branch information
tintse-thxsky-MSFT authored Nov 9, 2022
1 parent 9d28908 commit 2b6aff2
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 32 deletions.
62 changes: 37 additions & 25 deletions Tasks/MavenAuthenticateV0/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Tasks/MavenAuthenticateV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
"dependencies": {
"@types/node": "^10.17.0",
"@types/node": "^16.11.39",
"@types/mocha": "^5.2.7",
"@types/uuid": "^8.3.0",
"@types/q": "^1.5.2",
"azure-pipelines-tasks-artifacts-common": "2.198.1",
"azure-pipelines-task-lib": "^3.2.0",
"azure-pipelines-tasks-artifacts-common": "^2.212.0",
"azure-pipelines-task-lib": "^4.0.0-preview",
"fs-extra": "^0.30.0",
"strip-bom": "^3.0.0",
"xml2js": "^0.4.16"
Expand Down
11 changes: 9 additions & 2 deletions Tasks/MavenAuthenticateV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 210,
"Minor": 213,
"Patch": 0
},
"runsOn": [
"Agent",
"DeploymentGroup"
],
"minimumAgentVersion": "2.120.0",
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "Maven Authenticate",
"inputs": [
{
Expand Down Expand Up @@ -52,12 +52,19 @@
"execution": {
"Node10": {
"target": "mavenauth.js"
},
"Node16": {
"target": "mavenauth.js"
}
},
"postjobexecution": {
"Node10": {
"target": "cleanup.js",
"argumentFormat": ""
},
"Node16": {
"target": "cleanup.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down
11 changes: 9 additions & 2 deletions Tasks/MavenAuthenticateV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 198,
"Minor": 213,
"Patch": 0
},
"runsOn": [
"Agent",
"DeploymentGroup"
],
"minimumAgentVersion": "2.120.0",
"minimumAgentVersion": "2.144.0",
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
"inputs": [
{
Expand Down Expand Up @@ -52,12 +52,19 @@
"execution": {
"Node10": {
"target": "mavenauth.js"
},
"Node16": {
"target": "mavenauth.js"
}
},
"postjobexecution": {
"Node10": {
"target": "cleanup.js",
"argumentFormat": ""
},
"Node16": {
"target": "cleanup.js",
"argumentFormat": ""
}
},
"messages": {
Expand Down

0 comments on commit 2b6aff2

Please sign in to comment.