docs: node 16 in debian and generic (#6077)

This commit is contained in:
Kurt Maine
2022-04-05 10:25:03 -05:00
committed by GitHub
parent a2aadba64b
commit b73e33d302
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ wget -q -O - https://getcomposer.org/installer | sudo php -- --install-dir=/usr/
**Node.js:** Install node.js with package manager.
```sh
wget -q -O - https://deb.nodesource.com/setup_14.x | sudo bash -
wget -q -O - https://deb.nodesource.com/setup_16.x | sudo bash -
sudo apt install -y nodejs
```
+1 -1
View File
@@ -56,7 +56,7 @@ php composer-setup.php --install-dir=/usr/local/bin/ --filename=composer
php -r "unlink('composer-setup.php');"
```
**Node.js:** Install node.js 14+ minimum
**Node.js:** Install node.js 16+ minimum
**Yarn:** Install yarn using npm