diff --git a/install.sh b/install.sh index 96e7a24a..0fcc9610 100755 --- a/install.sh +++ b/install.sh @@ -79,11 +79,11 @@ if [ "$answer" != "${answer#[Yy]}" ] ;then 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 - 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 diff --git a/package-lock.json b/package-lock.json index 584063e5..e7a95b2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -58,7 +58,7 @@ "webpack-cli": "^6.0.1" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/@asamuzakjp/css-color": { diff --git a/package.json b/package.json index 4672250f..e3689ff9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "author": "Miroslav Pejic", "license": "AGPL-3.0", "engines": { - "node": ">=18" + "node": ">=22" }, "dependencies": { "@aws-sdk/client-s3": "^3.901.0",