-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace sync-request with nodejs-file-downloader (#19769)
* Replace sync-request with nodejs-file-downloader - Replaced sync-request with nodejs-file-downloader because the package is not supported anymore - Replaced sync methods with async because nodejs-file-downloader and nodejs makes only async requests * build task locally using node 20.11.0 and npm 10 * bump up versions * regenerate package-lock for DownloadGitHubReleaseV0 * Revert "bump up versions" This reverts commit d6446cc. * Revert "regenerate package-lock for DownloadGitHubReleaseV0" This reverts commit e4021c9. * Revert "build task locally using node 20.11.0 and npm 10" This reverts commit 2c3a8d5. * Download node for windows with npm * Download node for windows with npm * Optimize build config calls * Optimize determination of node version * Fix uncommitted changes * Replace sync-request with nodejs-file-downloader - use node 10 as default for non-node tasks - bump tasks version --------- Co-authored-by: Zixuan Qian <zqian@microsoft.com>
- Loading branch information
1 parent
b4017a7
commit 0e190cd
Showing
26 changed files
with
2,461 additions
and
1,429 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Tasks/DelayV1/Strings/resources.resjson/en-US/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
], | ||
"version": { | ||
"Major": 1, | ||
"Minor": 1, | ||
"Patch": 10 | ||
"Minor": 238, | ||
"Patch": 0 | ||
}, | ||
"inputs": [ | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
], | ||
"version": { | ||
"Major": 1, | ||
"Minor": 1, | ||
"Patch": 10 | ||
"Minor": 238, | ||
"Patch": 0 | ||
}, | ||
"inputs": [ | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
Tasks/IISWebAppManagementOnMachineGroupV0/Strings/resources.resjson/en-US/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tasks/ManualInterventionV8/Strings/resources.resjson/en-US/resources.resjson
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"version": { | ||
"Major": 8, | ||
"Minor": 198, | ||
"Minor": 238, | ||
"Patch": 0 | ||
}, | ||
"inputs": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"version": { | ||
"Major": 8, | ||
"Minor": 198, | ||
"Minor": 238, | ||
"Patch": 0 | ||
}, | ||
"inputs": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
], | ||
"version": { | ||
"Major": 0, | ||
"Minor": 198, | ||
"Minor": 238, | ||
"Patch": 0 | ||
}, | ||
"preview": true, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.