From 3423bee94e8a7e3d473b8076391edf62c2b9c9c5 Mon Sep 17 00:00:00 2001 From: Aleksandar Milicevic Date: Wed, 11 Dec 2019 00:28:51 +0000 Subject: [PATCH] Merged PR 523795: Update NodeJs to v13.3.0 Update NodeJs to v13.3.0 --- Public/Sdk/Experimental/NodeJs/node.dsc | 4 ++-- cg/nuget/cgmanifest.json | 2 +- config.dsc | 8 ++++---- config.microsoftInternal.dsc | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Public/Sdk/Experimental/NodeJs/node.dsc b/Public/Sdk/Experimental/NodeJs/node.dsc index db29430ee..16237810b 100644 --- a/Public/Sdk/Experimental/NodeJs/node.dsc +++ b/Public/Sdk/Experimental/NodeJs/node.dsc @@ -40,8 +40,8 @@ namespace Node { return Transformer.execute(execArgs); } - const nodeWinDir = "node-v12.13.1-win-x64"; - const nodeOsxDir = "node-v12.13.1-darwin-x64"; + const nodeWinDir = "node-v13.3.0-win-x64"; + const nodeOsxDir = "node-v13.3.0-darwin-x64"; function getNodeTool() : Transformer.ToolDefinition { const host = Context.getCurrentHost(); diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index 5bd65e402..6b4ffbc9a 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -2454,7 +2454,7 @@ "Type": "NuGet", "NuGet": { "Name": "NodeJs", - "Version": "12.13.1-noTest" + "Version": "13.3.0-noTest" } } }, diff --git a/config.dsc b/config.dsc index 2cb367dc7..6960b94c7 100644 --- a/config.dsc +++ b/config.dsc @@ -550,14 +550,14 @@ config({ // NodeJs { moduleName: "NodeJs.win-x64", - url: "https://nodejs.org/dist/v12.13.1/node-v12.13.1-win-x64.zip", - hash: "VSO0:4ECBF62F472082F755C3A08891E3C8E78E960F727F89D726811C1C45E55B3CE000", + url: "https://nodejs.org/dist/v13.3.0/node-v13.3.0-win-x64.zip", + hash: "VSO0:B390393D971687DC5486F5F443ABA914807B9F7DFFD5FD1512F7B6234F2BE2FC00", archiveType: "zip", }, { moduleName: "NodeJs.osx-x64", - url: "https://nodejs.org/dist/v12.13.1/node-v12.13.1-darwin-x64.tar.gz", - hash: "VSO0:5D94BC683E974005C38B86B31A5A73B6299502103EE5A7B590019F43005D268E00", + url: "https://nodejs.org/dist/v13.3.0/node-v13.3.0-darwin-x64.tar.gz", + hash: "VSO0:71B123A9120E24D3AB783D277A3649AFB56C97DDB7E79C9568625D51FF29D8CD00", archiveType: "tgz", }, diff --git a/config.microsoftInternal.dsc b/config.microsoftInternal.dsc index 4f2e01be9..ecf092749 100644 --- a/config.microsoftInternal.dsc +++ b/config.microsoftInternal.dsc @@ -44,7 +44,7 @@ export const pkgs = isMicrosoftInternal ? [ // 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" }, // Combined runtimes