Skip to content

Commit f85ae32

Browse files
authored
fix: removed prebuilds for non-lts versions (#2148)
Prebuilds for v21 and v23 have been removed, as these versions are already end-of-life and were short-lived releases.
1 parent a58f500 commit f85ae32

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+4
-4
lines changed

native-dep-packs/rebuild-precompiled-addons.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ set -eo pipefail
99
cd `dirname $BASH_SOURCE`
1010

1111
# We intentionally skip defining Node.js v25 because:
12-
# - Node.js 25 is a non-LTS release with a short support window.
13-
# - Excluding v25 helps reduce the overall package size.
12+
# - Node.js v21,v23 and v25 are non-LTS releases with a short support window.
13+
# - Excluding these helps reduces the overall package size.
1414
# - Most users remain on stable LTS versions such as 22,24, etc.
1515
declare -A ABI_VERSIONS=( \
1616
["108"]="18.18" \
1717
["115"]="20.19" \
18-
["120"]="21.2" \
18+
# ["120"]="21.2" \
1919
["127"]="22.0" \
20-
["131"]="23.0" \
20+
# ["131"]="23.0" \
2121
["137"]="24.0"
2222
# ["141"]="25.0" # Non-LTS (skipped intentionally)
2323
)
-55.9 KB
Binary file not shown.
-56.1 KB
Binary file not shown.
-55.4 KB
Binary file not shown.
-23.6 KB
Binary file not shown.
-17.6 KB
Binary file not shown.
-17.6 KB
Binary file not shown.
-17.6 KB
Binary file not shown.
-17.6 KB
Binary file not shown.
-18.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)