chore: bump Node version in selected scripts (#14873)

This commit is contained in:
Michel Roegl-Brunner
2026-06-02 09:05:25 +02:00
committed by GitHub
parent 40b86bef63
commit e9a9bf17ee
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ function update_script() {
[[ -s /opt/koillection/.env.local && -n "$(tail -c 1 /opt/koillection/.env.local)" ]] && echo "" >>/opt/koillection/.env.local
echo 'APP_RUNTIME="Symfony\Component\Runtime\SymfonyRuntime"' >>/opt/koillection/.env.local
fi
NODE_VERSION="26" NODE_MODULE="yarn" setup_nodejs
export COMPOSER_ALLOW_SUPERUSER=1
export APP_RUNTIME='Symfony\Component\Runtime\SymfonyRuntime'
$STD composer install --no-dev -o --no-interaction --classmap-authoritative