Skip to content

Commit

Permalink
align node req with what is used in CI (#4430)
Browse files Browse the repository at this point in the history
  • Loading branch information
swiffer authored Dec 9, 2024
1 parent cca76d3 commit fdbf76c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit fdbf76c

Please sign in to comment.