зеркало из https://github.com/microsoft/Oryx.git
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:
Родитель
c21c586c50
Коммит
d7d743fde8
|
@ -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";
|
||||
|
|
Загрузка…
Ссылка в новой задаче