[mirotalksfu] - update nodeJS and dep

هذا الالتزام موجود في:
Miroslav Pejic
2023-04-25 10:21:42 +02:00
الأصل 33efc5aaaf
التزام 7f1618d4f5
7 ملفات معدلة مع 12 إضافات و12 حذوفات

عرض الملف

@@ -25,9 +25,9 @@ $ add-apt-repository ppa:deadsnakes/ppa
$ apt update
$ apt install -y python3.8 python3-pip
# NodeJS 16.X and npm
# NodeJS 18.X and npm
$ apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
$ curl -sL https://deb.nodesource.com/setup_16.x | bash -
$ curl -sL https://deb.nodesource.com/setup_18.x | bash -
$ apt-get install -y nodejs
$ npm install -g npm@latest
```