Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions images/constants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ variables:
NET_CORE_APP_90_SHA: db0db0b9e709ffe463dead94fb4e77b9b0c7086bbaa78a78aa6b5366bef77ba3c33899a81c3c1aef3c11027a1e6cdebf4a7ad30532bdc193f0decc71972e5dda
NET_CORE_APP_100: "10.0.4"
node18Version: 18.20.8
node20Version: 20.20.0
node22Version: 22.22.0
node24Version: 24.13.0
node20Version: 20.20.2
node22Version: 22.22.2
node24Version: 24.14.1
php81Version: 8.1.34
php81Version_SHA: ffa9e0982e82eeaea848f57687b425ed173aa278fe563001310ae2638db5c251
php82Version: 8.2.30
Expand Down
5 changes: 4 additions & 1 deletion platforms/nodejs/versions/bookworm/versionsToBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
20.19.5
20.19.6
20.20.0
20.20.2
22.9.0
22.13.0
22.14.0
Expand All @@ -20,4 +21,6 @@
22.20.0
22.21.1
22.22.0
24.13.0
22.22.2
24.13.0
24.14.1
5 changes: 4 additions & 1 deletion platforms/nodejs/versions/bullseye/versionsToBuild.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
20.19.5
20.19.6
20.20.0
20.20.2
22.9.0
22.13.0
22.14.0
Expand All @@ -69,4 +70,6 @@
22.20.0
22.21.1
22.22.0
24.13.0
22.22.2
24.13.0
24.14.1
3 changes: 2 additions & 1 deletion platforms/nodejs/versions/noble/versionsToBuild.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
24.10.0
24.11.0
24.12.0
24.13.0
24.13.0
24.14.1
6 changes: 3 additions & 3 deletions src/BuildScriptGenerator/Node/NodeVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ public static class NodeVersions
public const string Node14Version = "14.21.3";
public const string Node16Version = "16.20.2";
public const string Node18Version = "18.20.8";
public const string Node20Version = "20.20.0";
public const string Node22Version = "22.22.0";
public const string Node24Version = "24.13.0";
public const string Node20Version = "20.20.2";
public const string Node22Version = "22.22.2";
public const string Node24Version = "24.14.1";
public const string NodeAppInsightsSdkVersion = "1.8.7";
public const string Pm2Version = "6.0.5";
public const string NpmVersion = "10.9.2";
Expand Down
Loading