File tree Expand file tree Collapse file tree 6 files changed +17
-11
lines changed
platforms/nodejs/versions
src/BuildScriptGenerator/Node Expand file tree Collapse file tree 6 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 11# This file was auto-generated from 'constants.yaml'. Changes may be overridden.
22
3- NODE_RUNTIME_BASE_TAG=' 20231025.7 '
3+ NODE_RUNTIME_BASE_TAG=' 20240116.2 '
44YARN_VERSION=' 1.22.15'
55YARN_MINOR_VERSION=' 1.17'
66YARN_MAJOR_VERSION=' 1'
@@ -10,8 +10,8 @@ NODE10_VERSION='10.23.0'
1010NODE12_VERSION=' 12.22.12'
1111NODE14_VERSION=' 14.21.3'
1212NODE16_VERSION=' 16.20.2'
13- NODE18_VERSION=' 18.17.1 '
14- NODE20_VERSION=' 20.9 .0'
13+ NODE18_VERSION=' 18.19.0 '
14+ NODE20_VERSION=' 20.11 .0'
1515NODE_APP_INSIGHTS_SDK_VERSION=' 1.8.7'
1616PM2_VERSION=' 4.5.6'
1717NPM_VERSION=' 9.6.4'
Original file line number Diff line number Diff line change 305305 directory : src/startupscriptgenerator/src/common/consts
306306- name : node-versions
307307 constants :
308- node-runtime-base-tag : 20231025.7
308+ node-runtime-base-tag : 20240116.2
309309 yarn-version : 1.22.15
310310 yarn-minor-version : 1.17
311311 yarn-major-version : 1
315315 node12-version : 12.22.12
316316 node14-version : 14.21.3
317317 node16-version : 16.20.2
318- node18-version : 18.17.1
319- node20-version : 20.9 .0
318+ node18-version : 18.19.0
319+ node20-version : 20.11 .0
320320 node-app-insights-sdk-version : 1.8.7
321321 pm2-version : 4.5.6
322322 npm-version : 9.6.4
Original file line number Diff line number Diff line change 558558### bookworm
559559
560560- 20.9.0
561+ - 20.11.0
561562
562563### bullseye
563564
603604- 18.16.0
604605- 18.16.1
605606- 18.17.1
607+ - 18.19.0
606608- 20.9.0
609+ - 20.11.0
607610
608611### buster
609612
Original file line number Diff line number Diff line change 1- 20.9.0
1+ 20.9.0
2+ 20.11.0
Original file line number Diff line number Diff line change 434318.16.0
444418.16.1
454518.17.1
46+ 18.19.0
4647
47- 20.9.0
48+ 20.9.0
49+ 20.11.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ namespace Microsoft.Oryx.BuildScriptGenerator.Node
66{
77 public static class NodeVersions
88 {
9- public const string NodeRuntimeBaseTag = "20231025.7 " ;
9+ public const string NodeRuntimeBaseTag = "20240116.2 " ;
1010 public const string YarnVersion = "1.22.15" ;
1111 public const string YarnMinorVersion = "1.17" ;
1212 public const string YarnMajorVersion = "1" ;
@@ -16,8 +16,8 @@ public static class NodeVersions
1616 public const string Node12Version = "12.22.12" ;
1717 public const string Node14Version = "14.21.3" ;
1818 public const string Node16Version = "16.20.2" ;
19- public const string Node18Version = "18.17.1 " ;
20- public const string Node20Version = "20.9 .0" ;
19+ public const string Node18Version = "18.19.0 " ;
20+ public const string Node20Version = "20.11 .0" ;
2121 public const string NodeAppInsightsSdkVersion = "1.8.7" ;
2222 public const string Pm2Version = "4.5.6" ;
2323 public const string NpmVersion = "9.6.4" ;
You can’t perform that action at this time.
0 commit comments