Skip to content

Commit

Permalink
Merge pull request #1830 from ferferga/master
Browse files Browse the repository at this point in the history
feat: promote v22 as LTS
  • Loading branch information
JesusPaz authored Nov 6, 2024
2 parents 4ebfd39 + daa324c commit a243217
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ apt-get install -y curl
```
</details>

**Node.js LTS (v20.x)**:
**Node.js LTS (v22.x)**:

##### Using Ubuntu (Node.js LTS)

Expand Down Expand Up @@ -1052,7 +1052,7 @@ yum install -y curl
```
</details>

**N|Solid or Node.js LTS (20.x)**
**N|Solid or Node.js LTS (22.x)**

##### As root (N|Solid or Node.js LTS)

Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/script_generator/generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for version in "${versions[@]}"; do
done

# Define LTS and current Node.js versions
lts_version="20"
lts_version="22"
current_version="23"

# Create setup_lts and setup_current scripts
Expand Down
2 changes: 1 addition & 1 deletion scripts/deb/setup_lts.x
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ configure_repo() {
}

# Define Node.js version
NODE_VERSION="20.x"
NODE_VERSION="22.x"

# Check OS
check_os
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm/script_generator/generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ for version in "${versions[@]}"; do
done

# Define LTS and current Node.js versions
lts_version="20"
lts_version="22"
current_version="23"

# Create setup_lts and setup_current scripts
Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm/setup_lts.x
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ rm -f /etc/yum.repos.d/nodesource*.repo
log "Old repositories removed" "info"

# Define Node.js version
NODE_VERSION="20.x"
NODE_VERSION="22.x"

# Get system architecture
SYS_ARCH=$(uname -m)
Expand Down

0 comments on commit a243217

Please sign in to comment.