зеркало из https://github.com/microsoft/Oryx.git
Update Node version to lts hydrogen (#1658)
* Update Node version to lts hydrogen * Updated runtime tag * Updated node runtime tag
This commit is contained in:
Родитель
f87f1c2c56
Коммит
7ba9cd70d5
|
@ -1,6 +1,6 @@
|
|||
# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
|
||||
|
||||
NODE_RUNTIME_BASE_TAG='20221027.2'
|
||||
NODE_RUNTIME_BASE_TAG='20221112.1'
|
||||
YARN_VERSION='1.22.15'
|
||||
YARN_MINOR_VERSION='1.17'
|
||||
YARN_MAJOR_VERSION='1'
|
||||
|
@ -10,7 +10,7 @@ NODE10_VERSION='10.23.0'
|
|||
NODE12_VERSION='12.22.11'
|
||||
NODE14_VERSION='14.20.1'
|
||||
NODE16_VERSION='16.18.0'
|
||||
NODE18_VERSION='18.2.0'
|
||||
NODE18_VERSION='18.12.0'
|
||||
NODE_APP_INSIGHTS_SDK_VERSION='1.8.7'
|
||||
PM2_VERSION='4.5.6'
|
||||
NPM_VERSION='6.14.15'
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
directory: src/startupscriptgenerator/src/common/consts
|
||||
- name: node-versions
|
||||
constants:
|
||||
node-runtime-base-tag: 20221027.2
|
||||
node-runtime-base-tag: 20221112.1
|
||||
yarn-version: 1.22.15
|
||||
yarn-minor-version: 1.17
|
||||
yarn-major-version: 1
|
||||
|
@ -278,7 +278,7 @@
|
|||
node12-version: 12.22.11
|
||||
node14-version: 14.20.1
|
||||
node16-version: 16.18.0
|
||||
node18-version: 18.2.0
|
||||
node18-version: 18.12.0
|
||||
node-app-insights-sdk-version: 1.8.7
|
||||
pm2-version: 4.5.6
|
||||
npm-version: 6.14.15
|
||||
|
|
|
@ -425,6 +425,7 @@
|
|||
- 18.0.0
|
||||
- 18.1.0
|
||||
- 18.2.0
|
||||
- 18.12.0
|
||||
|
||||
### buster
|
||||
|
||||
|
|
|
@ -29,3 +29,4 @@
|
|||
18.0.0
|
||||
18.1.0
|
||||
18.2.0
|
||||
18.12.0
|
||||
|
|
|
@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node
|
|||
{
|
||||
public static class NodeVersions
|
||||
{
|
||||
public const string NodeRuntimeBaseTag = "20221027.2";
|
||||
public const string NodeRuntimeBaseTag = "20221112.1";
|
||||
public const string YarnVersion = "1.22.15";
|
||||
public const string YarnMinorVersion = "1.17";
|
||||
public const string YarnMajorVersion = "1";
|
||||
|
@ -16,7 +16,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node
|
|||
public const string Node12Version = "12.22.11";
|
||||
public const string Node14Version = "14.20.1";
|
||||
public const string Node16Version = "16.18.0";
|
||||
public const string Node18Version = "18.2.0";
|
||||
public const string Node18Version = "18.12.0";
|
||||
public const string NodeAppInsightsSdkVersion = "1.8.7";
|
||||
public const string Pm2Version = "4.5.6";
|
||||
public const string NpmVersion = "6.14.15";
|
||||
|
|
Загрузка…
Ссылка в новой задаче