Skip to content

Commit 4ea76ff

Browse files
author
Ozan AYDIN
authored
Hotfix - M216 - Revert Update AzureAppServiceManageV0 to NodeJS 16 (#17654) (#17655)
1 parent e7571fb commit 4ea76ff

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

Tasks/AzureAppServiceManageV0/package-lock.json

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

Tasks/AzureAppServiceManageV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme",
1919
"dependencies": {
2020
"@types/mocha": "^5.2.7",
21-
"@types/node": "^16.11.39",
21+
"@types/node": "^10.17.0",
2222
"@types/q": "1.0.7",
2323
"azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.0",
2424
"azure-pipelines-tasks-utility-common": "^3.0.3",

Tasks/AzureAppServiceManageV0/task.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 216,
22-
"Patch": 2
22+
"Patch": 3
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "$(Action): $(WebAppName)",
@@ -287,10 +287,7 @@
287287
"execution": {
288288
"Node10": {
289289
"target": "azureappservicemanage.js"
290-
},
291-
"Node16": {
292-
"target": "azureappservicemanage.js"
293-
}
290+
}
294291
},
295292
"messages": {
296293
"ErrorNoSuchDeployingMethodExists": "Error : Deploy method MSDeploy does not exists for Azure Web App: %s",

Tasks/AzureAppServiceManageV0/task.loc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"version": {
2020
"Major": 0,
2121
"Minor": 216,
22-
"Patch": 2
22+
"Patch": 3
2323
},
2424
"minimumAgentVersion": "1.102.0",
2525
"instanceNameFormat": "ms-resource:loc.instanceNameFormat",
@@ -287,9 +287,6 @@
287287
"execution": {
288288
"Node10": {
289289
"target": "azureappservicemanage.js"
290-
},
291-
"Node16": {
292-
"target": "azureappservicemanage.js"
293290
}
294291
},
295292
"messages": {

0 commit comments

Comments
 (0)