[mirotalksfu] - update engines

هذا الالتزام موجود في:
Miroslav Pejic
2025-10-06 16:37:43 +02:00
الأصل 519beafe6e
التزام 93add8db61
3 ملفات معدلة مع 4 إضافات و4 حذوفات

عرض الملف

@@ -79,11 +79,11 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then
apt-get install -y python3.8 python3-pip apt-get install -y python3.8 python3-pip
log "Install Node.js 18.x and npm" log "Install Node.js 22.x and npm"
apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates apt install -y curl dirmngr apt-transport-https lsb-release ca-certificates
curl -fsSL https://deb.nodesource.com/setup_18.x | bash - curl -fsSL https://deb.nodesource.com/setup_22.x | bash -
apt-get install -y nodejs apt-get install -y nodejs

2
package-lock.json مولّد
عرض الملف

@@ -58,7 +58,7 @@
"webpack-cli": "^6.0.1" "webpack-cli": "^6.0.1"
}, },
"engines": { "engines": {
"node": ">=18" "node": ">=22"
} }
}, },
"node_modules/@asamuzakjp/css-color": { "node_modules/@asamuzakjp/css-color": {

عرض الملف

@@ -54,7 +54,7 @@
"author": "Miroslav Pejic", "author": "Miroslav Pejic",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"engines": { "engines": {
"node": ">=18" "node": ">=22"
}, },
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.901.0", "@aws-sdk/client-s3": "^3.901.0",