Add Node versions NODE|20.14.0 and NODE|18.20.3 (#2458)

* Add Node versions NODE|20.14.0 and NODE|18.20.3

* fix typo readme
This commit is contained in:
kumaraksh1 2024-06-14 16:48:44 +05:30 коммит произвёл GitHub
Родитель c21c586c50
Коммит d7d743fde8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
6 изменённых файлов: 14 добавлений и 8 удалений

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

@ -10,8 +10,8 @@ NODE10_VERSION='10.23.0'
NODE12_VERSION='12.22.12'
NODE14_VERSION='14.21.3'
NODE16_VERSION='16.20.2'
NODE18_VERSION='18.19.1'
NODE20_VERSION='20.11.1'
NODE18_VERSION='18.20.3'
NODE20_VERSION='20.14.0'
NODE_APP_INSIGHTS_SDK_VERSION='1.8.7'
PM2_VERSION='5.3.1'
NPM_VERSION='9.6.4'

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

@ -329,8 +329,8 @@
node12-version: 12.22.12
node14-version: 14.21.3
node16-version: 16.20.2
node18-version: 18.19.1
node20-version: 20.11.1
node18-version: 18.20.3
node20-version: 20.14.0
node-app-insights-sdk-version: 1.8.7
pm2-version: 5.3.1
npm-version: 9.6.4

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

@ -585,6 +585,7 @@
- 20.9.0
- 20.11.0
- 20.11.1
- 20.14.0
### bullseye
@ -632,9 +633,11 @@
- 18.17.1
- 18.19.0
- 18.19.1
- 18.20.3
- 20.9.0
- 20.11.0
- 20.11.1
- 20.14.0
### buster

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

@ -1,3 +1,4 @@
20.9.0
20.11.0
20.11.1
20.11.1
20.14.0

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

@ -45,7 +45,9 @@
18.17.1
18.19.0
18.19.1
18.20.3
20.9.0
20.11.0
20.11.1
20.11.1
20.14.0

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

@ -16,8 +16,8 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node
public const string Node12Version = "12.22.12";
public const string Node14Version = "14.21.3";
public const string Node16Version = "16.20.2";
public const string Node18Version = "18.19.1";
public const string Node20Version = "20.11.1";
public const string Node18Version = "18.20.3";
public const string Node20Version = "20.14.0";
public const string NodeAppInsightsSdkVersion = "1.8.7";
public const string Pm2Version = "5.3.1";
public const string NpmVersion = "9.6.4";