diff --git a/Tasks/AzureAppServiceManageV0/package-lock.json b/Tasks/AzureAppServiceManageV0/package-lock.json index e78bc7aa7bec..cc7b8ca0bbde 100644 --- a/Tasks/AzureAppServiceManageV0/package-lock.json +++ b/Tasks/AzureAppServiceManageV0/package-lock.json @@ -75,9 +75,9 @@ "integrity": "sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==" }, "@types/node": { - "version": "16.11.68", - "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.68.tgz", - "integrity": "sha512-JkRpuVz3xCNCWaeQ5EHLR/6woMbHZz/jZ7Kmc63AkU+1HxnoUugzSWMck7dsR4DvNYX8jp9wTi9K7WvnxOIQZQ==" + "version": "10.17.60", + "resolved": "https://registry.npmjs.org/@types/node/-/node-10.17.60.tgz", + "integrity": "sha512-F0KIgDJfy2nA3zMLmWGKxcH2ZVEtCZXHHdOQs2gSaQ27+lNeEfGxzkIw90aXswATX7AZ33tahPbzy6KAfUreVw==" }, "@types/q": { "version": "1.0.7", diff --git a/Tasks/AzureAppServiceManageV0/package.json b/Tasks/AzureAppServiceManageV0/package.json index adaf5540cd8f..3ebba1fa9891 100644 --- a/Tasks/AzureAppServiceManageV0/package.json +++ b/Tasks/AzureAppServiceManageV0/package.json @@ -18,7 +18,7 @@ "homepage": "https://github.com/Microsoft/azure-pipelines-tasks#readme", "dependencies": { "@types/mocha": "^5.2.7", - "@types/node": "^16.11.39", + "@types/node": "^10.17.0", "@types/q": "1.0.7", "azure-pipelines-tasks-azure-arm-rest-v2": "^3.217.0", "azure-pipelines-tasks-utility-common": "^3.0.3", diff --git a/Tasks/AzureAppServiceManageV0/task.json b/Tasks/AzureAppServiceManageV0/task.json index 51f8fca7639e..1fb14676fc9e 100644 --- a/Tasks/AzureAppServiceManageV0/task.json +++ b/Tasks/AzureAppServiceManageV0/task.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 216, - "Patch": 2 + "Patch": 3 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "$(Action): $(WebAppName)", @@ -287,10 +287,7 @@ "execution": { "Node10": { "target": "azureappservicemanage.js" - }, - "Node16": { - "target": "azureappservicemanage.js" - } + } }, "messages": { "ErrorNoSuchDeployingMethodExists": "Error : Deploy method MSDeploy does not exists for Azure Web App: %s", diff --git a/Tasks/AzureAppServiceManageV0/task.loc.json b/Tasks/AzureAppServiceManageV0/task.loc.json index f9700f9be07d..89afc9296a79 100644 --- a/Tasks/AzureAppServiceManageV0/task.loc.json +++ b/Tasks/AzureAppServiceManageV0/task.loc.json @@ -19,7 +19,7 @@ "version": { "Major": 0, "Minor": 216, - "Patch": 2 + "Patch": 3 }, "minimumAgentVersion": "1.102.0", "instanceNameFormat": "ms-resource:loc.instanceNameFormat", @@ -287,9 +287,6 @@ "execution": { "Node10": { "target": "azureappservicemanage.js" - }, - "Node16": { - "target": "azureappservicemanage.js" } }, "messages": {