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:
snehapar9 2022-11-12 20:16:19 -08:00 коммит произвёл GitHub
Родитель f87f1c2c56
Коммит 7ba9cd70d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -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";