Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: align node req with what is used in CI #4430

Merged
merged 1 commit into from
Dec 9, 2024
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
6 changes: 3 additions & 3 deletions website/docs/installation/debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ Source: [mosquitto.org/download](https://mosquitto.org/download/)
</details>

<details>
<summary>Node.js (v14+)</summary>
<summary>Node.js (v20+)</summary>

```bash
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
sudo apt-get install -y nodejs
```

Source: [nodejs.org/en/download/package-manager](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions-enterprise-linux-fedora-and-snap-packages)
Source: [nodejs.org/en/download/package-manager](https://nodejs.org/en/download/package-manager/all#debian-and-ubuntu-based-linux-distributions)

</details>

Expand Down
6 changes: 3 additions & 3 deletions website/docs/installation/freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ echo mosquitto_enable="yes" >> /etc/rc.conf
</details>

<details>
<summary>Node.js (v16+)</summary>
<summary>Node.js (v20+)</summary>

```bash
pkg install node
pkg install npm-node20-10.2.0
pkg install node20-20.18.1
pkg install npm-node20-10.9.0
```

</details>
Expand Down
Loading