Skip to content

Commit

Permalink
Migrate tasks to Node 20 (#424)
Browse files Browse the repository at this point in the history
* Migrate tasks to Node 20

* Add Node16 execution handlers
  • Loading branch information
aleksandrlevochkin authored Jan 29, 2024
1 parent 85a31ca commit 3d264d6
Show file tree
Hide file tree
Showing 22 changed files with 4,256 additions and 2,688 deletions.
836 changes: 474 additions & 362 deletions Tasks/GooglePlayIncreaseRolloutV2/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions Tasks/GooglePlayIncreaseRolloutV2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"author": "Jonathan Carter",
"license": "ISC",
"dependencies": {
"@types/node": "^10.17.0",
"@types/mocha": "^5.2.7",
"azure-pipelines-task-lib": "^3.1.2",
"googleapis": "^67.1.0",
"google-auth-library": "^7.14.1"
"@types/node": "^20.11.6",
"azure-pipelines-task-lib": "^4.8.2",
"google-auth-library": "^7.14.1",
"googleapis": "^67.1.0"
},
"devDependencies": {
"typescript": "4.0.2"
"typescript": "5.1.6"
}
}
14 changes: 13 additions & 1 deletion Tasks/GooglePlayIncreaseRolloutV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "226",
"Minor": "235",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -90,6 +90,14 @@
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"Node16": {
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"Node20_1": {
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"PowerShell": {
"target": "$(currentDirectory)\\google-play-increase-rollout.ps1",
"argumentFormat": "",
Expand All @@ -116,5 +124,9 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
14 changes: 13 additions & 1 deletion Tasks/GooglePlayIncreaseRolloutV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"version": {
"Major": "2",
"Minor": "226",
"Minor": "235",
"Patch": "0"
},
"minimumAgentVersion": "2.182.1",
Expand Down Expand Up @@ -90,6 +90,14 @@
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"Node16": {
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"Node20_1": {
"target": "google-play-increase-rollout.js",
"argumentFormat": ""
},
"PowerShell": {
"target": "$(currentDirectory)\\google-play-increase-rollout.ps1",
"argumentFormat": "",
Expand All @@ -116,5 +124,9 @@
"settableVariables": {
"allowed": []
}
},
"_buildConfigMapping": {
"Default": "2.226.0",
"Node20-228": "2.235.0"
}
}
Loading

0 comments on commit 3d264d6

Please sign in to comment.