зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 523795: Update NodeJs to v13.3.0
Update NodeJs to v13.3.0
This commit is contained in:
Родитель
dbbcb47695
Коммит
3423bee94e
|
@ -40,8 +40,8 @@ namespace Node {
|
||||||
return Transformer.execute(execArgs);
|
return Transformer.execute(execArgs);
|
||||||
}
|
}
|
||||||
|
|
||||||
const nodeWinDir = "node-v12.13.1-win-x64";
|
const nodeWinDir = "node-v13.3.0-win-x64";
|
||||||
const nodeOsxDir = "node-v12.13.1-darwin-x64";
|
const nodeOsxDir = "node-v13.3.0-darwin-x64";
|
||||||
|
|
||||||
function getNodeTool() : Transformer.ToolDefinition {
|
function getNodeTool() : Transformer.ToolDefinition {
|
||||||
const host = Context.getCurrentHost();
|
const host = Context.getCurrentHost();
|
||||||
|
|
|
@ -2454,7 +2454,7 @@
|
||||||
"Type": "NuGet",
|
"Type": "NuGet",
|
||||||
"NuGet": {
|
"NuGet": {
|
||||||
"Name": "NodeJs",
|
"Name": "NodeJs",
|
||||||
"Version": "12.13.1-noTest"
|
"Version": "13.3.0-noTest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -550,14 +550,14 @@ config({
|
||||||
// NodeJs
|
// NodeJs
|
||||||
{
|
{
|
||||||
moduleName: "NodeJs.win-x64",
|
moduleName: "NodeJs.win-x64",
|
||||||
url: "https://nodejs.org/dist/v12.13.1/node-v12.13.1-win-x64.zip",
|
url: "https://nodejs.org/dist/v13.3.0/node-v13.3.0-win-x64.zip",
|
||||||
hash: "VSO0:4ECBF62F472082F755C3A08891E3C8E78E960F727F89D726811C1C45E55B3CE000",
|
hash: "VSO0:B390393D971687DC5486F5F443ABA914807B9F7DFFD5FD1512F7B6234F2BE2FC00",
|
||||||
archiveType: "zip",
|
archiveType: "zip",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
moduleName: "NodeJs.osx-x64",
|
moduleName: "NodeJs.osx-x64",
|
||||||
url: "https://nodejs.org/dist/v12.13.1/node-v12.13.1-darwin-x64.tar.gz",
|
url: "https://nodejs.org/dist/v13.3.0/node-v13.3.0-darwin-x64.tar.gz",
|
||||||
hash: "VSO0:5D94BC683E974005C38B86B31A5A73B6299502103EE5A7B590019F43005D268E00",
|
hash: "VSO0:71B123A9120E24D3AB783D277A3649AFB56C97DDB7E79C9568625D51FF29D8CD00",
|
||||||
archiveType: "tgz",
|
archiveType: "tgz",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ export const pkgs = isMicrosoftInternal ? [
|
||||||
|
|
||||||
|
|
||||||
// Internal pacakged version to avoid downloading from the web but the trusted stable internal feed:
|
// Internal pacakged version to avoid downloading from the web but the trusted stable internal feed:
|
||||||
{ id: "NodeJs", version: "12.13.1-noTest" },
|
{ id: "NodeJs", version: "13.3.0-noTest" },
|
||||||
{ id: "PowerShell.Core", version: "6.1.0" },
|
{ id: "PowerShell.Core", version: "6.1.0" },
|
||||||
|
|
||||||
// Combined runtimes
|
// Combined runtimes
|
||||||
|
|
Загрузка…
Ссылка в новой задаче