Skip to content
Merged
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
8 changes: 4 additions & 4 deletions native-dep-packs/rebuild-precompiled-addons.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ set -eo pipefail
cd `dirname $BASH_SOURCE`

# We intentionally skip defining Node.js v25 because:
# - Node.js 25 is a non-LTS release with a short support window.
# - Excluding v25 helps reduce the overall package size.
# - Node.js v21,v23 and v25 are non-LTS releases with a short support window.
# - Excluding these helps reduces the overall package size.
# - Most users remain on stable LTS versions such as 22,24, etc.
declare -A ABI_VERSIONS=( \
["108"]="18.18" \
["115"]="20.19" \
["120"]="21.2" \
# ["120"]="21.2" \
["127"]="22.0" \
["131"]="23.0" \
# ["131"]="23.0" \
["137"]="24.0"
# ["141"]="25.0" # Non-LTS (skipped intentionally)
)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.