Skip to content

Commit c27527d

Browse files
authored
revert: v24 version in install guide
this should be instructed differently
1 parent 07bc39f commit c27527d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/content/guides/admin/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ sudo apt install -y ca-certificates curl git gnupg unzip wget zip
4444
# Add Node.js apt repository
4545
sudo mkdir -p /etc/apt/keyrings
4646
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
47-
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_24.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
47+
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_22.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
4848
sudo apt update
4949
sudo apt install -y nodejs
5050

0 commit comments

Comments
 (0)