Squashed 'nodesource/' changes from ba48c1f..33e0d2a

33e0d2a CI: add NSOLID to the CI tests
a9dab9a CI: add NSOLID to the CI tests
b84e562 Update scripts to support new NSOLID version
7925aa5 Add node25 scripts
612077e Merge pull request #1890 from nodesource/alejo/fix-distributions
2e44c74 ci(rocky): use official Rocky mirrorlist and tolerate unavailable mirrors
904ee90 fix: update apt 3.0.0 (amd64) [#1874] (#1875)
044f89b doc: update docs

git-subtree-dir: nodesource
git-subtree-split: 33e0d2ac2a5421d45bfd9b9fdf04c1fcab35246b
This commit is contained in:
2025-12-07 18:15:02 -05:00
parent 3b916f1cdf
commit af2e9d27df
29 changed files with 2140 additions and 1635 deletions
+3 -3
View File
@@ -25,7 +25,7 @@ if [ ! -f "$base_script" ]; then
fi
# List of versions
versions=("18" "20" "22" "23" "24")
versions=("23" "24" "25")
# Iterate over the versions and create scripts
for version in "${versions[@]}"; do
@@ -33,8 +33,8 @@ for version in "${versions[@]}"; do
done
# Define LTS and current Node.js versions
lts_version="22"
current_version="24"
lts_version="24"
current_version="25"
# Create setup_lts and setup_current scripts
create_script "$lts_version" "lts"